don'T pass WM_KILLFOCUS messages to the game with noactivateapp
This commit is contained in:
parent
d58b38095c
commit
0edec22452
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue