From 256c82a9f187842ac6d8823357ee91973c67148d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 11 Jul 2007 22:30:36 +0000 Subject: fix the remaining reversed actions_client_move --- openbox/actions/growtoedge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/actions/growtoedge.c') diff --git a/openbox/actions/growtoedge.c b/openbox/actions/growtoedge.c index b6979c93..fffcc4e0 100644 --- a/openbox/actions/growtoedge.c +++ b/openbox/actions/growtoedge.c @@ -75,9 +75,9 @@ static gboolean run_func(ObActionsData *data, gpointer options) w != data->client->area.width || h != data->client->area.height) { - actions_client_move(data, FALSE); - client_move_resize(data->client, x, y, w, h); actions_client_move(data, TRUE); + client_move_resize(data->client, x, y, w, h); + actions_client_move(data, FALSE); } } } -- cgit v1.2.3