]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
Allow application rules to control window size (Fix bug 4661)
[chaz/openbox] / openbox / client.c
index 9e25135cf76be966f376d35a740b63ea5a6e84e6..b6cc4a879300fa824f0d6c8be694829e023a8bc4 100644 (file)
@@ -370,8 +370,7 @@ void client_manage(Window window, ObPrompt *prompt)
                      "program + user specified" :
                      "BADNESS !?")))), place.width, place.height);
 
-        obplaced = place_client(self, do_activate, &place.x, &place.y,
-                                settings);
+        obplaced = place_client(self, do_activate, &place, settings);
 
         /* watch for buggy apps that ask to be placed at (0,0) when there is
            a strut there */
This page took 0.02329 seconds and 4 git commands to generate.