X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fkeyboard%2Ftree.h;h=aefb2565ce73185ccd4b2b255348102383db17bb;hb=d206303a9f0742ff330aebe8129d6044ade30a94;hp=8750c94ece73624ba8909ab9f463f33a4263e013;hpb=bcdef0b226bb436c5ba5865c3d8dd2eb4bb6aed6;p=chaz%2Fopenbox diff --git a/plugins/keyboard/tree.h b/plugins/keyboard/tree.h index 8750c94e..aefb2565 100644 --- a/plugins/keyboard/tree.h +++ b/plugins/keyboard/tree.h @@ -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;