]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.c
turn the new openbox.png into the default icon.h
[chaz/openbox] / openbox / config.c
index 673af4bdbeee9c69be5d6e54474ea7fd1cadcaea..e1954a79c0beaddcfe99aa5623d8a0450db5ee72 100644 (file)
@@ -675,6 +675,11 @@ static void parse_resize(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node,
                 if ((n2 = parse_find_node("y", n->children)))
                     config_parse_gravity_coord(doc, n2,
                                                &config_resize_popup_fixed.y);
+
+                config_resize_popup_fixed.x.pos =
+                    MAX(config_resize_popup_fixed.x.pos, 0);
+                config_resize_popup_fixed.y.pos =
+                    MAX(config_resize_popup_fixed.y.pos, 0);
             }
         }
     }
This page took 0.020696 seconds and 4 git commands to generate.