summaryrefslogtreecommitdiff
path: root/openbox/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-21 23:57:35 +0000
committerDana Jansens <danakj@orodu.net>2007-06-21 23:57:35 +0000
commit314c0566371d83305d723c883884555a24cc0ad8 (patch)
tree8e68c95d5089922e480f2dda07523b0d9a0e7f52 /openbox/mouse.h
parent828d06f271392abbef75bb37e2635b2085bdef90 (diff)
make mouse use the new action stuff
Diffstat (limited to 'openbox/mouse.h')
-rw-r--r--openbox/mouse.h5
1 files changed, 3 insertions, 2 deletions
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 <X11/Xlib.h>
+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);