]> Dogcows Code - chaz/openbox/commitdiff
this move is not final
authorDana Jansens <danakj@orodu.net>
Mon, 1 Sep 2003 16:14:13 +0000 (16:14 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 1 Sep 2003 16:14:13 +0000 (16:14 +0000)
openbox/moveresize.c

index 424b8a14b8b7ed01bdf55cfe227eeb14c067402e..de87d485c707b9cd8c0fc35bd67df873041c8cf9 100644 (file)
@@ -168,7 +168,8 @@ static void do_move(gboolean resist)
 
     /* get where the client should be */
     frame_frame_gravity(moveresize_client->frame, &cur_x, &cur_y);
-    client_move(moveresize_client, cur_x, cur_y);
+    client_configure(moveresize_client, OB_CORNER_TOPLEFT, cur_x, cur_y,
+                     start_cw, start_ch, TRUE, FALSE);
 
     /* this would be better with a fixed width font ... XXX can do it better
        if there are 2 text boxes */
This page took 0.025099 seconds and 4 git commands to generate.