all repos — openbox @ dd937208e6b6a3ea7a420345f0f60ab73f30d144

openbox fork - make it a bit more like ryudo

reuse variables, less braces
Dana Jansens danakj@orodu.net
commit

dd937208e6b6a3ea7a420345f0f60ab73f30d144

parent

15e5a891da33436569c989e4ea78b5607ecd52d9

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

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

@@ -373,11 +373,8 @@ waiting_for_sync = TRUE;

} #endif - { - gint x, y; - get_resize_position(&x, &y, FALSE); - client_configure(moveresize_client, x, y, cur_x, cur_y, TRUE, FALSE); - } + get_resize_position(&x, &y, FALSE); + client_configure(moveresize_client, x, y, cur_x, cur_y, TRUE, FALSE); /* this would be better with a fixed width font ... XXX can do it better if there are 2 text boxes */