]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouse.h
all my changes while i was offline.
[chaz/openbox] / plugins / mouse / mouse.h
index 832ada1f1bebd9a5724ddc5a5581e7f2bc774a19..408ae96458682b0b1bc23ea7a939cde69a525913 100644 (file)
@@ -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,
This page took 0.025246 seconds and 4 git commands to generate.