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/mouse.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openbox/mouse.h') diff --git a/openbox/mouse.h b/openbox/mouse.h index f4504347..a570a16a 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -28,8 +28,9 @@ void mouse_startup(gboolean reconfig); void mouse_shutdown(gboolean reconfig); -gboolean mouse_bind(char *buttonstr, char *contextstr, ObMouseAction mact, - ObAction *action); +gboolean mouse_bind(const gchar *buttonstr, const gchar *contextstr, + ObMouseAction mact, ObAction *action); +void mouse_unbind_all(); void mouse_event(struct _ObClient *client, XEvent *e); -- cgit v1.2.3