X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmouse%2Fmouse.h;h=408ae96458682b0b1bc23ea7a939cde69a525913;hb=960a7f0184a84f99545fa2d3dd22cefc77f2cbc6;hp=04984886ba8d79861c14ad0d7b6e1430c2de5cd3;hpb=4bcd03b2d0904e2b5443a2383b66055422240255;p=chaz%2Fopenbox diff --git a/plugins/mouse/mouse.h b/plugins/mouse/mouse.h index 04984886..408ae964 100644 --- a/plugins/mouse/mouse.h +++ b/plugins/mouse/mouse.h @@ -15,7 +15,10 @@ 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, + Action *action); + #endif