[client] spice: don't ignore all enter window events

This commit is contained in:
Geoffrey McRae 2021-01-04 14:27:30 +11:00
parent 1195a76368
commit f7d4efe1c1

View File

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