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:
parent
d58b38095c
commit
0edec22452
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user