minimize window on RestoreDisplayMode
This commit is contained in:
parent
ac910cd4e9
commit
5194543aca
1 changed files with 2 additions and 0 deletions
2
src/dd.c
2
src/dd.c
|
@ -640,6 +640,8 @@ HRESULT dd_RestoreDisplayMode()
|
|||
}
|
||||
}
|
||||
|
||||
real_ShowWindow(g_ddraw.hwnd, SW_MINIMIZE);
|
||||
|
||||
return DD_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue