From bdc10887cbb7a51c1231978806963e622619e2f9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 08:11:59 +0000 Subject: provide a way to remove all bindings --- openbox/keyboard.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/keyboard.h') 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(); -- cgit v1.2.3