summaryrefslogtreecommitdiff
path: root/openbox/keyboard.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-11 16:19:17 +0000
committerDana Jansens <danakj@orodu.net>2003-10-11 16:19:17 +0000
commit055aa5cd7411c4563956e376523219afc6198ce1 (patch)
tree9211d671f2cf93de77c8ed162aab44e982b3b5a0 /openbox/keyboard.h
parent7ca410e66357706e36ea740b49d899be832da671 (diff)
gracefully handle grabs failing when doing interactive actions
Diffstat (limited to 'openbox/keyboard.h')
-rw-r--r--openbox/keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/keyboard.h b/openbox/keyboard.h
index be181bd7..8a9eb47f 100644
--- a/openbox/keyboard.h
+++ b/openbox/keyboard.h
@@ -39,8 +39,8 @@ void keyboard_unbind_all();
void keyboard_event(struct _ObClient *client, const XEvent *e);
void keyboard_reset_chains();
-void keyboard_interactive_grab(guint state, struct _ObClient *client,
- struct _ObAction *action);
+gboolean keyboard_interactive_grab(guint state, struct _ObClient *client,
+ struct _ObAction *action);
gboolean keyboard_process_interactive_grab(const XEvent *e,
struct _ObClient **client);