diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:11:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:11:59 +0000 |
| commit | bdc10887cbb7a51c1231978806963e622619e2f9 (patch) | |
| tree | e48e24240ed0cfcfa205321d20a7c8649941e565 /openbox/mouse.h | |
| parent | ebe3091560a859996a9904c342c62b512b39bee0 (diff) | |
provide a way to remove all bindings
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); |
