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:
c7731ec
)
use new functions to cancel key grabs
author
Dana Jansens
<danakj@orodu.net>
Mon, 28 May 2007 21:56:27 +0000
(21:56 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 28 May 2007 21:56:27 +0000
(21:56 +0000)
openbox/focus.c
patch
|
blob
|
history
diff --git
a/openbox/focus.c
b/openbox/focus.c
index 87f589f2d055cc24eeb2dc400662e24e20beb7c5..d60f5ac8d5a2e5be2921a41da74b24c71dc33be1 100644
(file)
--- a/
openbox/focus.c
+++ b/
openbox/focus.c
@@
-190,8
+190,7
@@
void focus_nothing()
actions should not rely on being able to move focus during an
interactive grab.
*/
- if (keyboard_interactively_grabbed())
- keyboard_interactive_cancel();
+ event_cancel_all_key_grabs();
/* when nothing will be focused, send focus to the backup target */
XSetInputFocus(ob_display, screen_support_win, RevertToPointerRoot,