Revert "minimize window in RestoreDisplayMode"
This reverts commit e4254f7f22
.
This commit is contained in:
parent
e4254f7f22
commit
c1c3ac85ee
1 changed files with 1 additions and 3 deletions
|
@ -231,9 +231,7 @@ HRESULT __stdcall ddraw_RestoreDisplayMode(IDirectDrawImpl *This)
|
||||||
WaitForSingleObject(This->render.thread, INFINITE);
|
WaitForSingleObject(This->render.thread, INFINITE);
|
||||||
This->render.thread = NULL;
|
This->render.thread = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
ShowWindow(This->hWnd, SW_MINIMIZE);
|
|
||||||
|
|
||||||
if(!ddraw->windowed)
|
if(!ddraw->windowed)
|
||||||
{
|
{
|
||||||
ChangeDisplaySettings(&This->mode, 0);
|
ChangeDisplaySettings(&This->mode, 0);
|
||||||
|
|
Loading…
Reference in a new issue