X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fkeyboard%2Fkeyboard.h;h=892d4e04bf4c376e408bf24f066278d24da08dc1;hb=4f2696d3ef4a842257aa2dd246c0e12d505a2adb;hp=e2406d936b9ac89bd273ebbfc58af6be0150fe0b;hpb=4bcd03b2d0904e2b5443a2383b66055422240255;p=chaz%2Fopenbox diff --git a/plugins/keyboard/keyboard.h b/plugins/keyboard/keyboard.h index e2406d93..892d4e04 100644 --- a/plugins/keyboard/keyboard.h +++ b/plugins/keyboard/keyboard.h @@ -3,19 +3,7 @@ #include -#include "../../kernel/action.h" - -typedef struct KeyBindingTree { - guint state; - guint key; - GList *keylist; - Action *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;