Fix typo introduced a few commits ago that made resizing windows hard.

This commit is contained in:
Mikael Magnusson 2008-04-23 16:40:22 +02:00
parent 92bba40cf2
commit a7bbdf7d61

View file

@ -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