all repos — openbox @ 5148b839fefe16b54f26bc0d2c7a500127cf2725

openbox fork - make it a bit more like ryudo

sync when killing all keyboard grabs, so that we can be sure they are gone before proceeding (fixes a race condition when running things that want to grab the keyboard very quickly.  yes, arch is that fast somehow..)
Dana Jansens danakj@orodu.net
commit

5148b839fefe16b54f26bc0d2c7a500127cf2725

parent

1e6e2041bf58c6187430bde2632fb2c7aec1e950

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

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

@@ -1997,6 +1997,8 @@ ob_debug("KILLED active grab on keyboard\n");

} else ungrab_passive_key(); + + XSync(ob_display, FALSE); } gboolean event_time_after(Time t1, Time t2)