summaryrefslogtreecommitdiff
path: root/openbox/keyboard.h
diff options
context:
space:
mode:
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);