diff options
Diffstat (limited to 'openbox/place.c')
| -rw-r--r-- | openbox/place.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/place.c b/openbox/place.c index 74aa7605..1ac295c0 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -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; } |
