]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/moveto.c
add moverelative action
[chaz/openbox] / openbox / actions / moveto.c
index 7cc6541dbfa481236bf0673dfd7c9ab3645d43c9..a8ba4261b0a34c7969fbd25d8ac96c5c0ed32aa4 100644 (file)
@@ -99,9 +99,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
         /* force it on screen if its moving to another monitor */
         client_find_onscreen(c, &x, &y, w, h, mon != cmon);
 
-        actions_client_move(data, TRUE);
         client_configure(c, x, y, w, h, TRUE, TRUE, FALSE);
-        actions_client_move(data, FALSE);
 
         g_free(area);
         g_free(carea);
This page took 0.01981 seconds and 4 git commands to generate.