Skip to content

Commit

Permalink
don't forward WM_NCCALCSIZE to the games
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 29, 2024
1 parent 812b759 commit b7fdfa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wndproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
case WM_NCPAINT:
case WM_CANCELMODE:
case WM_DISPLAYCHANGE:
case WM_NCCALCSIZE:
{
return real_DefWindowProcA(hWnd, uMsg, wParam, lParam);
}
Expand Down

0 comments on commit b7fdfa4

Please sign in to comment.