1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

don'T pass WM_KILLFOCUS messages to the game with noactivateapp

This commit is contained in:
FunkyFr3sh 2024-12-27 02:34:38 +01:00
parent d58b38095c
commit 0edec22452

View File

@ -90,6 +90,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
return real_DefWindowProcA(hWnd, uMsg, wParam, lParam);
}
case WM_KILLFOCUS:
case WM_NCACTIVATE:
{
if (g_config.noactivateapp)