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