summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mouse/mouse.h')
-rw-r--r--plugins/mouse/mouse.h2
1 files changed, 1 insertions, 1 deletions
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,