From 1e6c375fdd1d10ba0b019505436069d21c751945 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 15:18:43 +0000 Subject: add the moveto action --- openbox/place.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/place.c') diff --git a/openbox/place.c b/openbox/place.c index 845becdb..6a210b0f 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -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; } -- cgit v1.2.3