]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.c
add the moveto action
[chaz/openbox] / openbox / place.c
index 845becdb93d67fe74036f37757aa28de7c664458..6a210b0f6377e60770c34fa36e206d284d762c84 100644 (file)
@@ -486,7 +486,6 @@ gboolean place_client(ObClient *client, gint *x, gint *y,
     g_assert(ret);
 
     /* get where the client should be */
-    frame_frame_gravity(client->frame, x, y,
-                        client->area.width, client->area.height);
+    frame_frame_gravity(client->frame, x, y);
     return ret;
 }
This page took 0.020175 seconds and 4 git commands to generate.