We cannot ignore NotifyNonlinear focus events.
This commit is contained in:
parent
55ce53d5d7
commit
fb23e10c1b
|
@ -399,7 +399,7 @@ static void EVENT_FocusIn( HWND hWnd, XFocusChangeEvent *event )
|
|||
wine_tsx11_unlock();
|
||||
}
|
||||
|
||||
if (event->detail != NotifyPointer && event->detail != NotifyNonlinear && hWnd != GetForegroundWindow())
|
||||
if (event->detail != NotifyPointer && hWnd != GetForegroundWindow())
|
||||
SetForegroundWindow( hWnd );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue