]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/tree.h
all my changes while i was offline.
[chaz/openbox] / plugins / keyboard / tree.h
index 8750c94ece73624ba8909ab9f463f33a4263e013..aefb2565ce73185ccd4b2b255348102383db17bb 100644 (file)
@@ -8,7 +8,7 @@ typedef struct KeyBindingTree {
     guint state;
     guint key;
     GList *keylist;
-    Action *action;
+    GSList *actions; /* list of Action pointers */
 
     /* the next binding in the tree at the same level */
     struct KeyBindingTree *next_sibling; 
This page took 0.027248 seconds and 4 git commands to generate.