Commit fb23e10c authored by Alexandre Julliard's avatar Alexandre Julliard

We cannot ignore NotifyNonlinear focus events.

parent 55ce53d5
......@@ -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 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment