From: Mikael Magnusson Date: Wed, 23 Apr 2008 14:40:22 +0000 (+0200) Subject: Fix typo introduced a few commits ago that made resizing windows hard. X-Git-Tag: release-3.4.8-rc2~8^2~22 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=a7bbdf7d6199d1289f5ecc1b4e25632d88d75387;ds=sidebyside Fix typo introduced a few commits ago that made resizing windows hard. --- diff --git a/openbox/moveresize.c b/openbox/moveresize.c index fb52776..f324818 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -359,8 +359,8 @@ static void do_resize(void) 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