all repos — openbox @ 8eea9dcdb77e004e67c23061eaecce26e8cd4e68

openbox fork - make it a bit more like ryudo

oops
Dana Jansens danakj@orodu.net
commit

8eea9dcdb77e004e67c23061eaecce26e8cd4e68

parent

5dfd8387783b9685762a46d6062dac4b98432f48

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/actions/movetoedge.copenbox/actions/movetoedge.c

@@ -67,9 +67,9 @@ gint x, y;

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); } }