X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.h;h=44d563a3b640262ae97234723b43bebe96312e7d;hb=df73dfa049b9d0bb81e09b27ecf678dce9b46301;hp=befe1296f0b6526124ad02d9c431db86b2ef0dec;hpb=198aab2b713b9a916079b0fd6cf88555d7f3c9b8;p=chaz%2Fopenbox 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);