From 091a7f77d4f527ec70227abe15e3be4b1ee15bb4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 15:41:26 +0000 Subject: nuthin --- openbox/actions/moverelative.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/actions/moverelative.c') 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; -- cgit v1.2.3