]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouse.c
this is a big one! im putting stats in here just cuz!
[chaz/openbox] / plugins / mouse / mouse.c
index 0bfe602c7cb936647785a9a78d98b70b1356097c..a2b3d7e04d01578f4a21e994c83292ffc486eed4 100644 (file)
@@ -5,8 +5,8 @@
 #include "kernel/client.h"
 #include "kernel/prop.h"
 #include "kernel/grab.h"
-#include "kernel/parse.h"
 #include "kernel/frame.h"
+#include "parser/parse.h"
 #include "translate.h"
 #include "mouse.h"
 #include <glib.h>
@@ -59,7 +59,7 @@ static void parse_xml(xmlDocPtr doc, xmlNodePtr node, void *d)
                 goto next_nbut;
             nact = parse_find_node("action", nbut->xmlChildrenNode);
             while (nact) {
-                if ((action = parse_action(doc, nact))) {
+                if ((action = action_parse(doc, nact))) {
                     /* validate that its okay for a mouse binding*/
                     if (mact == MouseAction_Motion) {
                         if (action->func != action_moveresize ||
This page took 0.020681 seconds and 4 git commands to generate.