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:
Christoph Oelckers 2016-04-07 10:26:19 +02:00
parent 4b10177e46
commit 5409ada0e3
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ LRESULT CALLBACK WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
SpawnEAXWindow = false;
ShowEAXEditor ();
}
break;
return DefWindowProc(hWnd, message, wParam, lParam);
case WM_GETMINMAXINFO:
if (screen && !VidResizing)