From 4bcd03b2d0904e2b5443a2383b66055422240255 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 04:16:19 +0000 Subject: mouse and key bindings plugins work. segfault somewhere still on shutdown --- plugins/keyboard/keyboard.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/keyboard/keyboard.h') 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; -- cgit v1.2.3