diff options
Diffstat (limited to 'plugins/keyboard/keyboard.h')
| -rw-r--r-- | plugins/keyboard/keyboard.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/keyboard/keyboard.h b/plugins/keyboard/keyboard.h index b183fa38..e2406d93 100644 --- a/plugins/keyboard/keyboard.h +++ b/plugins/keyboard/keyboard.h @@ -1,14 +1,15 @@ #ifndef __plugin_keyboard_keybaord_h #define __plugin_keyboard_keybaord_h -#include "keyaction.h" #include <glib.h> +#include "../../kernel/action.h" + typedef struct KeyBindingTree { guint state; guint key; GList *keylist; - KeyAction action; + Action *action; /* the next binding in the tree at the same level */ struct KeyBindingTree *next_sibling; |
