X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.h;h=a570a16a446a74b2a1bb6521f3c1bd85145371a3;hb=bdc10887cbb7a51c1231978806963e622619e2f9;hp=f4504347a3158f1647da19a1600253cde8e93834;hpb=ebe3091560a859996a9904c342c62b512b39bee0;p=chaz%2Fopenbox 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);