all repos — openbox @ 68a100bde36089b1879581891e9fbfbbb5f24eb6

openbox fork - make it a bit more like ryudo

redundant if'ing
Dana Jansens danakj@orodu.net
commit

68a100bde36089b1879581891e9fbfbbb5f24eb6

parent

e549a2d0e043f2a2a9002c641635d2bb48215134

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

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

@@ -1932,8 +1932,7 @@ XUngrabKeyboard, so that there is not a passive grab left

on from the KeyPress. If the grab is left on, and focus moves during that time, it will be NotifyWhileGrabbed, and applications like to ignore those! */ - if (!keyboard_interactively_grabbed()) - XUngrabKeyboard(ob_display, CurrentTime); + XUngrabKeyboard(ob_display, CurrentTime); }