X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fkeyboard%2Fkeyboard.h;h=892d4e04bf4c376e408bf24f066278d24da08dc1;hb=4f2696d3ef4a842257aa2dd246c0e12d505a2adb;hp=b183fa38b38dafa3f0735f3461c02d26cfc5a73d;hpb=739c958ac58154f8b1896113701e1c7f580d4cde;p=chaz%2Fopenbox diff --git a/plugins/keyboard/keyboard.h b/plugins/keyboard/keyboard.h index b183fa38..892d4e04 100644 --- a/plugins/keyboard/keyboard.h +++ b/plugins/keyboard/keyboard.h @@ -1,20 +1,9 @@ #ifndef __plugin_keyboard_keybaord_h #define __plugin_keyboard_keybaord_h -#include "keyaction.h" #include -typedef struct KeyBindingTree { - guint state; - guint key; - GList *keylist; - KeyAction action; - - /* the next binding in the tree at the same level */ - struct KeyBindingTree *next_sibling; - /* the first child of this binding (next binding in a chained sequence).*/ - struct KeyBindingTree *first_child; -} KeyBindingTree; +#include "tree.h" extern KeyBindingTree *firstnode;