X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fmoverelative.c;h=deb1eae7ded27a673519fe212b3c2c1d255e92da;hb=8ab1e9537e5aebfe48d826cbf266cf8d582d9d65;hp=f3a306482acef6cb7b33211a03d0cb45c9b98bba;hpb=597c9c9321b6f96250da0891be98d41c7ac2c109;p=chaz%2Fopenbox diff --git a/openbox/actions/moverelative.c b/openbox/actions/moverelative.c index f3a30648..deb1eae7 100644 --- a/openbox/actions/moverelative.c +++ b/openbox/actions/moverelative.c @@ -61,7 +61,9 @@ static gboolean run_func(ObActionsData *data, gpointer options) client_try_configure(data->client, &x, &y, &w, &h, &lw, &lh, TRUE); client_find_onscreen(data->client, &x, &y, w, h, FALSE); + actions_client_move(data, TRUE); client_configure(data->client, x, y, w, h, TRUE, TRUE, FALSE); + actions_client_move(data, FALSE); } return FALSE;