mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +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);
|
return real_DefWindowProcA(hWnd, uMsg, wParam, lParam);
|
||||||
}
|
}
|
||||||
|
case WM_KILLFOCUS:
|
||||||
case WM_NCACTIVATE:
|
case WM_NCACTIVATE:
|
||||||
{
|
{
|
||||||
if (g_config.noactivateapp)
|
if (g_config.noactivateapp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user