all repos — openbox @ 86b7f4e543a918a24bf204aab355987c658522d9

openbox fork - make it a bit more like ryudo

use event_ignore_queued_enters
Dana Jansens danakj@orodu.net
commit

86b7f4e543a918a24bf204aab355987c658522d9

parent

4543c1761a98f3feecf1630f5be78974753ee5f5

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M openbox/focus.copenbox/focus.c

@@ -336,8 +336,7 @@ XUnmapWindow(ob_display, focus_indicator.right.win);

XUnmapWindow(ob_display, focus_indicator.bottom.win); /* kill enter events cause by this unmapping */ - XSync(ob_display, FALSE); - while (XCheckTypedEvent(ob_display, EnterNotify, &e)); + event_ignore_queued_enters(); } else { /* if (focus_cycle_target)