From 314c0566371d83305d723c883884555a24cc0ad8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 21 Jun 2007 23:57:35 +0000 Subject: make mouse use the new action stuff --- openbox/mouse.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openbox/mouse.h') diff --git a/openbox/mouse.h b/openbox/mouse.h index befe1296..44d563a3 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -19,17 +19,18 @@ #ifndef ob__mouse_h #define ob__mouse_h -#include "action.h" #include "frame.h" #include "misc.h" #include +struct _ObActionsAct; + void mouse_startup(gboolean reconfig); void mouse_shutdown(gboolean reconfig); gboolean mouse_bind(const gchar *buttonstr, const gchar *contextstr, - ObMouseAction mact, ObAction *action); + ObMouseAction mact, struct _ObActionsAct *action); void mouse_unbind_all(); void mouse_event(struct _ObClient *client, XEvent *e); -- cgit v1.2.3