Skip to content

Commit b7fdfa4

Browse files
committed
don't forward WM_NCCALCSIZE to the games
1 parent 812b759 commit b7fdfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wndproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
4949
case WM_NCPAINT:
5050
case WM_CANCELMODE:
5151
case WM_DISPLAYCHANGE:
52+
case WM_NCCALCSIZE:
5253
{
5354
return real_DefWindowProcA(hWnd, uMsg, wParam, lParam);
5455
}

0 commit comments

Comments
 (0)