We cannot ignore NotifyNonlinear focus events.

This commit is contained in:
Alexandre Julliard 2002-03-22 01:03:36 +00:00
parent 55ce53d5d7
commit fb23e10c1b
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}