]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.h
add funcs to grab buttons and keys
[chaz/openbox] / plugins / keyboard / keyboard.h
index b183fa38b38dafa3f0735f3461c02d26cfc5a73d..e2406d936b9ac89bd273ebbfc58af6be0150fe0b 100644 (file)
@@ -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; 
This page took 0.02235 seconds and 4 git commands to generate.