summaryrefslogtreecommitdiff
path: root/plugins/keyboard/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/keyboard/keyboard.h')
-rw-r--r--plugins/keyboard/keyboard.h14
1 files changed, 1 insertions, 13 deletions
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 <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;