]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.h
case insensitive
[chaz/openbox] / plugins / keyboard / keyboard.h
index e2406d936b9ac89bd273ebbfc58af6be0150fe0b..892d4e04bf4c376e408bf24f066278d24da08dc1 100644 (file)
@@ -3,19 +3,7 @@
 
 #include <glib.h>
 
-#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;
 
This page took 0.020843 seconds and 4 git commands to generate.