mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
Fix F4 can exit app after Alt-Tab
This commit is contained in:
parent
74815bfe70
commit
6b001c490d
@ -331,6 +331,9 @@ win_event_handler(HWND hwnd, UINT umsg, WPARAM wParam, LPARAM lParam)
|
||||
}
|
||||
DragFinish((HDROP)wParam);
|
||||
break;
|
||||
case WM_KILLFOCUS:
|
||||
adb_all_keys_up(); // ALT-TAB doesn't send key-up messages
|
||||
break;
|
||||
}
|
||||
switch(umsg) {
|
||||
HANDLE_MSG(hwnd, WM_KEYUP, WIN_EVENT_KEY);
|
||||
|
Loading…
Reference in New Issue
Block a user