summaryrefslogtreecommitdiff
path: root/openbox/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-05-13 22:16:44 -0400
committerDana Jansens <danakj@orodu.net>2010-05-17 19:31:51 -0400
commitf307a3feabedd9bcadeaafd0fa8e1b1a60736eb2 (patch)
treea00dea6e23e4561f2bd3cfe713c41dce14628d51 /openbox/mouse.h
parent09d1d0434ba5597fff7bea3ec4c5da88c94447e0 (diff)
allow multiple contexts separated by space in a mouse binding
example: context="Top Left Right Bottom"
Diffstat (limited to 'openbox/mouse.h')
-rw-r--r--openbox/mouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mouse.h b/openbox/mouse.h
index 3effcc4d..de4c0eca 100644
--- a/openbox/mouse.h
+++ b/openbox/mouse.h
@@ -29,7 +29,7 @@ struct _ObActionsAct;
void mouse_startup(gboolean reconfig);
void mouse_shutdown(gboolean reconfig);
-gboolean mouse_bind(const gchar *buttonstr, const gchar *contextstr,
+gboolean mouse_bind(const gchar *buttonstr, ObFrameContext context,
ObMouseAction mact, struct _ObActionsAct *action);
void mouse_unbind_all(void);