reuse variables, less braces

This commit is contained in:
Dana Jansens 2007-05-22 18:11:04 +00:00
parent 15e5a891da
commit dd937208e6

View file

@ -373,11 +373,8 @@ static void do_resize()
}
#endif
{
gint x, y;
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 */