X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouse.h;h=408ae96458682b0b1bc23ea7a939cde69a525913;hb=a0691941e88ca8a8388fe17971be637e3aa3d835;hp=832ada1f1bebd9a5724ddc5a5581e7f2bc774a19;hpb=edf98ba134dd2209fce1b77aece3217ad97a5027;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,