]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/moveto.c
child/parents don't get included in tests for occluding/occluded windows, because...
[chaz/openbox] / openbox / actions / moveto.c
index a8ba4261b0a34c7969fbd25d8ac96c5c0ed32aa4..7cc6541dbfa481236bf0673dfd7c9ab3645d43c9 100644 (file)
@@ -99,7 +99,9 @@ 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.025206 seconds and 4 git commands to generate.