]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/layer.c
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / actions / layer.c
index 1dc7c4cf5d30f037dab6de394fc7d6d5ecb35d59..2b4d325a49b37e0aaa4673102c971a0db6f2dd39 100644 (file)
@@ -55,8 +55,8 @@ static gpointer setup_func_send(xmlNodePtr node)
 
     o = g_new0(Options, 1);
 
-    if ((n = obt_parse_find_node(node, "layer"))) {
-        gchar *s = obt_parse_node_string(n);
+    if ((n = obt_xml_find_node(node, "layer"))) {
+        gchar *s = obt_xml_node_string(n);
         if (!g_ascii_strcasecmp(s, "above") ||
             !g_ascii_strcasecmp(s, "top"))
             o->layer = 1;
This page took 0.020075 seconds and 4 git commands to generate.