]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/maximize.c
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / actions / maximize.c
index 90a8403959cd99d9c46b905cdf134dff02a016d3..4c615078fb16633461d356f13791d34f9098107f 100644 (file)
@@ -55,8 +55,8 @@ static gpointer setup_func(xmlNodePtr node)
     o = g_new0(Options, 1);
     o->dir = BOTH;
 
-    if ((n = obt_parse_find_node(node, "direction"))) {
-        gchar *s = obt_parse_node_string(n);
+    if ((n = obt_xml_find_node(node, "direction"))) {
+        gchar *s = obt_xml_node_string(n);
         if (!g_ascii_strcasecmp(s, "vertical") ||
             !g_ascii_strcasecmp(s, "vert"))
             o->dir = VERT;
This page took 0.021015 seconds and 4 git commands to generate.