X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fgrowtoedge.c;h=fffcc4e0e199722f72ea2208e30061cb0a34807e;hb=256c82a9f187842ac6d8823357ee91973c67148d;hp=b6979c93ae653c6552fade8652d5b1b90aafb5d2;hpb=1d685c0dfdc12ef3910bcd91edfeee13239e2344;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); } } }