]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/growtoedge.c
ignore .libs and .deps dirs
[chaz/openbox] / openbox / actions / growtoedge.c
index b6979c93ae653c6552fade8652d5b1b90aafb5d2..fffcc4e0e199722f72ea2208e30061cb0a34807e 100644 (file)
@@ -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);
             }
         }
     }
This page took 0.024127 seconds and 4 git commands to generate.