diff options
Diffstat (limited to 'openbox/actions/moveto.c')
| -rw-r--r-- | openbox/actions/moveto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/moveto.c b/openbox/actions/moveto.c index a8ba4261..7cc6541d 100644 --- a/openbox/actions/moveto.c +++ b/openbox/actions/moveto.c @@ -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); |
