do not minimize on RestoreDisplayMode (needs more testing)
This commit is contained in:
parent
4b46c48a36
commit
b1e7cfe5b4
1 changed files with 1 additions and 1 deletions
2
src/dd.c
2
src/dd.c
|
@ -641,7 +641,7 @@ HRESULT dd_RestoreDisplayMode()
|
|||
}
|
||||
}
|
||||
|
||||
real_ShowWindow(g_ddraw.hwnd, SW_MINIMIZE);
|
||||
//real_ShowWindow(g_ddraw.hwnd, SW_MINIMIZE);
|
||||
|
||||
return DD_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue