From d20fecf5766e17f5c6a18ce50b61383fc3690030 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 1 Sep 2003 16:14:13 +0000 Subject: [PATCH] this move is not final --- openbox/moveresize.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 424b8a14..de87d485 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -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 */ -- 2.39.2