all repos — openbox @ a7bbdf7d6199d1289f5ecc1b4e25632d88d75387

openbox fork - make it a bit more like ryudo

Fix typo introduced a few commits ago that made resizing windows hard.
Mikael Magnusson mikachu@comhem.se
commit

a7bbdf7d6199d1289f5ecc1b4e25632d88d75387

parent

92bba40cf21cb13aad1fccb421e131ea3049688f

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

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

@@ -359,8 +359,8 @@ w = cur_w;

h = cur_h; client_try_configure(moveresize_client, &x, &y, &w, &h, &lw, &lh, TRUE); - if (!w == moveresize_client->area.width && - h == moveresize_client->area.height) + if (!(w == moveresize_client->area.width && + h == moveresize_client->area.height)) { #ifdef SYNC