]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
add noStrut option to dock and fix up rc.xsd, some options were in the wrong section...
[chaz/openbox] / openbox / config.c
index ad1ea8c674ab3b53ce7363a1f5e29cdb0b82502e..f086a1a37c9e41bc7553ce1da732c0d4339d2954 100644 (file)
@@ -361,6 +361,9 @@ static void parse_dock(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
             config_dock_x = parse_int(doc, n);
         if ((n = parse_find_node("floatingY", node)))
             config_dock_y = parse_int(doc, n);
+    } else {
+        if ((n = parse_find_node("noStrut", node)))
+            config_dock_floating = parse_bool(doc, n);
     }
     if ((n = parse_find_node("stacking", node))) {
         if (parse_contains("top", doc, n))
This page took 0.020812 seconds and 4 git commands to generate.