diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-11 21:37:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-11 21:37:01 +0000 |
| commit | 8eea9dcdb77e004e67c23061eaecce26e8cd4e68 (patch) | |
| tree | eedf02d6467e4e2e629fe47e52005f702fd074a0 /openbox/actions/movetoedge.c | |
| parent | 5dfd8387783b9685762a46d6062dac4b98432f48 (diff) | |
oops
Diffstat (limited to 'openbox/actions/movetoedge.c')
| -rw-r--r-- | openbox/actions/movetoedge.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); } } |
