all repos — openbox @ d20fecf5766e17f5c6a18ce50b61383fc3690030

openbox fork - make it a bit more like ryudo

this move is not final
Dana Jansens danakj@orodu.net
commit

d20fecf5766e17f5c6a18ce50b61383fc3690030

parent

416ee379eaf1b9c0fb98e0367bd0e19d67d51bbb

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

jump to
M openbox/moveresize.copenbox/moveresize.c

@@ -168,7 +168,8 @@ resist_move(moveresize_client, &cur_x, &cur_y);

/* 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 */