mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 09:44:16 +00:00
[client] spice: don't ignore all enter window events
This commit is contained in:
@@ -1119,9 +1119,6 @@ int eventFilter(void * userdata, SDL_Event * event)
|
||||
break;
|
||||
|
||||
case EnterNotify:
|
||||
if (xe.xcrossing.mode != NotifyNormal)
|
||||
break;
|
||||
|
||||
g_cursor.last.x = xe.xcrossing.x;
|
||||
g_cursor.last.y = xe.xcrossing.y;
|
||||
handleWindowEnter();
|
||||
|
Reference in New Issue
Block a user