but don't count the same enter events more than once still

This commit is contained in:
Dana Jansens 2007-05-17 23:21:52 +00:00
parent ae269d77ca
commit 9451205cf1

View file

@ -1737,6 +1737,7 @@ void event_ignore_queued_enters()
XSync(ob_display, FALSE); XSync(ob_display, FALSE);
/* count the events without disrupting them */ /* count the events without disrupting them */
ignore_enter_focus = 0;
XCheckIfEvent(ob_display, &e, event_look_for_enters, XCheckIfEvent(ob_display, &e, event_look_for_enters,
(XPointer)&ignore_enter_focus); (XPointer)&ignore_enter_focus);