diff options
Diffstat (limited to 'openbox/mouse.h')
| -rw-r--r-- | openbox/mouse.h | 5 |
1 files changed, 3 insertions, 2 deletions
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); |
