mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
let WM_DISPLAYCHANGE and WM_STYLECHANGED call DefWindowProc.
At least on GZDoom it seems to be important on some systems.
This commit is contained in:
parent
4b10177e46
commit
5409ada0e3
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ LRESULT CALLBACK WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
SpawnEAXWindow = false;
|
SpawnEAXWindow = false;
|
||||||
ShowEAXEditor ();
|
ShowEAXEditor ();
|
||||||
}
|
}
|
||||||
break;
|
return DefWindowProc(hWnd, message, wParam, lParam);
|
||||||
|
|
||||||
case WM_GETMINMAXINFO:
|
case WM_GETMINMAXINFO:
|
||||||
if (screen && !VidResizing)
|
if (screen && !VidResizing)
|
||||||
|
|
Loading…
Reference in a new issue