]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/moverelative.c
nuthin
[chaz/openbox] / openbox / actions / moverelative.c
index f3a306482acef6cb7b33211a03d0cb45c9b98bba..deb1eae7ded27a673519fe212b3c2c1d255e92da 100644 (file)
@@ -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;
This page took 0.020432 seconds and 4 git commands to generate.