X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Factions%2Fmovetoedge.c;h=768783f2572ea6007706258edfc090635ab17645;hb=098ae047f89f23d888f26425f7c5f77b75437d91;hp=38559a6cba3fa5436b3f80bf0fcca901fc835e08;hpb=92bf35e33029d18b5030a803aabb7ce2ca00cf52;p=chaz%2Fopenbox diff --git a/openbox/actions/movetoedge.c b/openbox/actions/movetoedge.c index 38559a6c..768783f2 100644 --- a/openbox/actions/movetoedge.c +++ b/openbox/actions/movetoedge.c @@ -67,9 +67,9 @@ static gboolean run_func(ObActionsData *data, gpointer options) client_find_move_directional(data->client, o->dir, &x, &y); if (x != data->client->area.x || y != data->client->area.y) { - actions_client_move(data, FALSE); - client_move(data->client, x, y); actions_client_move(data, TRUE); + client_move(data->client, x, y); + actions_client_move(data, FALSE); } }