summaryrefslogtreecommitdiff
path: root/openbox/mouse.h
diff options
context:
space:
mode:
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);