reuse variables, less braces
This commit is contained in:
parent
15e5a891da
commit
dd937208e6
1 changed files with 2 additions and 5 deletions
|
@ -373,11 +373,8 @@ static void do_resize()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{
|
get_resize_position(&x, &y, FALSE);
|
||||||
gint x, y;
|
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
|
/* this would be better with a fixed width font ... XXX can do it better
|
||||||
if there are 2 text boxes */
|
if there are 2 text boxes */
|
||||||
|
|
Loading…
Reference in a new issue