but don't count the same enter events more than once still
This commit is contained in:
parent
ae269d77ca
commit
9451205cf1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue