projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e549a2d
)
redundant if'ing
author
Dana Jansens
<danakj@orodu.net>
Mon, 11 Jun 2007 21:58:21 +0000
(21:58 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 11 Jun 2007 21:58:21 +0000
(21:58 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 2d44bc51090f2880dd5926e1db477daa16a02459..9dd78c17934960dd6d4f3bce946b633445447b97 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-1932,8
+1932,7
@@
void event_cancel_all_key_grabs()
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);
}