mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 09:01:59 +00:00
Ignore FocusOut event if there is no event window.
This commit is contained in:
parent
9fc774eb49
commit
7d6f360f94
@ -532,6 +532,8 @@ static void EVENT_FocusOut( HWND hwnd, XFocusChangeEvent *event )
|
||||
int revert;
|
||||
XIC xic;
|
||||
|
||||
if (!hwnd) return;
|
||||
|
||||
TRACE( "win %p xwin %lx detail=%s\n", hwnd, event->window, focus_details[event->detail] );
|
||||
|
||||
if (event->detail == NotifyPointer) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user