]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
a whole lot of changes to the moving/resizing code. it was broken for non-northwest...
[chaz/openbox] / openbox / place.c
index 74aa760517ebd83388f06c6ecf984ff6b399a3ad..1ac295c0779b2758a27ae93230be1536758e3996 100644 (file)
@@ -489,6 +489,7 @@ gboolean place_client(ObClient *client, gint *x, gint *y,
          place_random(client, x, y))))
         g_assert_not_reached(); /* the last one better succeed */
     /* get where the client should be */
-    frame_frame_gravity(client->frame, x, y);
+    frame_frame_gravity(client->frame, x, y,
+                        client->area.width, client->area.height);
     return ret;
 }
This page took 0.020975 seconds and 4 git commands to generate.