]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.h
python support is gone
[chaz/openbox] / plugins / keyboard / keyboard.h
index e2406d936b9ac89bd273ebbfc58af6be0150fe0b..bc5d3137db9025ee6bf23371b874b32d5dbdfc8f 100644 (file)
@@ -3,22 +3,10 @@
 
 #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;
 
-guint keyboard_translate_modifier(char *str);
+gboolean kbind(GList *keylist, Action *action);
 
 #endif
This page took 0.020214 seconds and 4 git commands to generate.