From f307a3feabedd9bcadeaafd0fa8e1b1a60736eb2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 13 May 2010 22:16:44 -0400 Subject: allow multiple contexts separated by space in a mouse binding example: context="Top Left Right Bottom" --- openbox/mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/mouse.h') 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); -- cgit v1.2.3