all repos — openbox @ 261d3193c5258126fda8234a3305180066f0f939

openbox fork - make it a bit more like ryudo

sync before removing all the enter events. this way it actually catches them
Dana Jansens danakj@orodu.net
commit

261d3193c5258126fda8234a3305180066f0f939

parent

a1184b2b7707a9d5c7e6680a6730a6d629e9fa03

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

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

@@ -430,6 +430,7 @@ frame_hide(c->frame);

} } + XSync(ob_display, FALSE); /* focus the last focused window on the desktop, and ignore enter events from the switch so it doesnt mess with the focus */ while (XCheckTypedEvent(ob_display, EnterNotify, &e));