dont skip ungrab corssing events
This commit is contained in:
parent
577038b2c7
commit
698b9a0998
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue