summaryrefslogtreecommitdiff
path: root/openbox/actions/growtoedge.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/growtoedge.c')
-rw-r--r--openbox/actions/growtoedge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/actions/growtoedge.c b/openbox/actions/growtoedge.c
index b6979c93..fffcc4e0 100644
--- a/openbox/actions/growtoedge.c
+++ b/openbox/actions/growtoedge.c
@@ -75,9 +75,9 @@ static gboolean run_func(ObActionsData *data, gpointer options)
w != data->client->area.width ||
h != data->client->area.height)
{
- actions_client_move(data, FALSE);
- client_move_resize(data->client, x, y, w, h);
actions_client_move(data, TRUE);
+ client_move_resize(data->client, x, y, w, h);
+ actions_client_move(data, FALSE);
}
}
}