dont skip ungrab corssing events

This commit is contained in:
Dana Jansens 2003-03-17 06:34:12 +00:00
parent 577038b2c7
commit 698b9a0998

View file

@ -250,8 +250,6 @@ void event_process(XEvent *e)
case EnterNotify:
case LeaveNotify:
event_lasttime = e->xcrossing.time;
if (e->xcrossing.mode != NotifyNormal)
return; /* skip me! */
break;
}