]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
this is a big one! im putting stats in here just cuz!
[chaz/openbox] / plugins / keyboard / keyboard.c
index d1d93241a77e5422ace3440325179aa475f3b341..374f24932e47078172990242f99fefe9516585f6 100644 (file)
@@ -5,8 +5,8 @@
 #include "kernel/grab.h"
 #include "kernel/action.h"
 #include "kernel/prop.h"
-#include "kernel/parse.h"
 #include "kernel/timer.h"
+#include "parser/parse.h"
 #include "tree.h"
 #include "keyboard.h"
 #include "translate.h"
@@ -45,7 +45,7 @@ static void parse_key(xmlDocPtr doc, xmlNodePtr node, GList *keylist)
     if (keylist) {
         nact = parse_find_node("action", node);
         while (nact) {
-            if ((action = parse_action(doc, nact))) {
+            if ((action = action_parse(doc, nact))) {
                 /* validate that its okay for a key binding */
                 if (action->func == action_moveresize &&
                     action->data.moveresize.corner !=
This page took 0.022393 seconds and 4 git commands to generate.