X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouse.h;h=408ae96458682b0b1bc23ea7a939cde69a525913;hb=f26f23de50cb7941a7702198e3b4d1b2f9de062e;hp=832ada1f1bebd9a5724ddc5a5581e7f2bc774a19;hpb=60065663ba9dc448dcf90fd200cd459bcdb9ef9c;p=chaz%2Fopenbox diff --git a/plugins/mouse/mouse.h b/plugins/mouse/mouse.h index 832ada1f..408ae964 100644 --- a/plugins/mouse/mouse.h +++ b/plugins/mouse/mouse.h @@ -15,7 +15,7 @@ typedef enum { typedef struct { guint state; guint button; - Action *action[NUM_MOUSEACTION]; + GSList *actions[NUM_MOUSEACTION]; /* lists of Action pointers */ } MouseBinding; gboolean mbind(char *buttonstr, char *contextstr, MouseAction mact,