summaryrefslogtreecommitdiff
path: root/openbox/keyboard.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 15:29:49 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 15:29:49 +0000
commit56d7bc50f0da9fe694b20751fa67aaa7e9158967 (patch)
treeee770ebda41fd124383a9fadd73202e49010fbdd /openbox/keyboard.h
parentacfa2af3c2eacd099869cc5aebdcfa1241214e8b (diff)
don't allow focus to move during an interactive grab. if users set up actions
such that this would happen, then kill the interactive grab before moving focus. this is to avoid NotifyWhileGrabbed FocusOut's
Diffstat (limited to 'openbox/keyboard.h')
-rw-r--r--openbox/keyboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/keyboard.h b/openbox/keyboard.h
index 4c6f3bb5..3d70448f 100644
--- a/openbox/keyboard.h
+++ b/openbox/keyboard.h
@@ -49,4 +49,6 @@ gboolean keyboard_process_interactive_grab(const XEvent *e,
struct _ObClient **client);
gboolean keyboard_interactively_grabbed();
+void keyboard_interactive_cancel();
+
#endif