]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
make the dock's hiding always have at least 1px on screen
[chaz/openbox] / openbox / config.c
index 7ec2b3e055ba921110b066071d8c50b22721ca7d..c094732ecb30924600d989f83efba4692f747049 100644 (file)
@@ -227,7 +227,7 @@ static void parse_per_app_settings(ObParseInst *inst, xmlDocPtr doc,
                     if (!parse_contains("default", doc, c)) {
                         config_parse_gravity_coord(doc, c,
                                                    &settings->position.x);
-                        settings->pos_given = TRUE;
+                        x_pos_given = TRUE;
                     }
 
                 if (x_pos_given && (c = parse_find_node("y", n->children)))
This page took 0.0246690000000001 seconds and 4 git commands to generate.