X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fgrowtoedge.c;h=fffcc4e0e199722f72ea2208e30061cb0a34807e;hb=ee8d27a6e8a8ca7fda22c4b1624fc18c92bfff97;hp=b6979c93ae653c6552fade8652d5b1b90aafb5d2;hpb=ad8a7e2e025cd6eba8f7b8b29f85cb9e81b808b5;p=chaz%2Fopenbox 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); } } }