X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fkeyboard%2Fkeyboard.h;h=e2406d936b9ac89bd273ebbfc58af6be0150fe0b;hb=ce7aa15dd72e7262914de2e66b98a4f89e379462;hp=b183fa38b38dafa3f0735f3461c02d26cfc5a73d;hpb=739c958ac58154f8b1896113701e1c7f580d4cde;p=chaz%2Fopenbox 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 +#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;