summaryrefslogtreecommitdiff
path: root/openbox/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/keyboard.h')
-rw-r--r--openbox/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/keyboard.h b/openbox/keyboard.h
index 95181065..be181bd7 100644
--- a/openbox/keyboard.h
+++ b/openbox/keyboard.h
@@ -34,6 +34,7 @@ void keyboard_startup(gboolean reconfig);
void keyboard_shutdown(gboolean reconfig);
gboolean keyboard_bind(GList *keylist, ObAction *action);
+void keyboard_unbind_all();
void keyboard_event(struct _ObClient *client, const XEvent *e);
void keyboard_reset_chains();