summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-09 16:57:17 +0000
committerDana Jansens <danakj@orodu.net>2003-05-09 16:57:17 +0000
commitf26f23de50cb7941a7702198e3b4d1b2f9de062e (patch)
treeec1d73c8e977d86e9231676c51e684a3415e7a0e /plugins/mouse/mouse.h
parent60065663ba9dc448dcf90fd200cd459bcdb9ef9c (diff)
all my changes while i was offline.
better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT.
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,