moveresize messages are not user-requests

This commit is contained in:
Dana Jansens 2003-06-21 18:10:04 +00:00
parent 7e83fa0866
commit 77062863f3

View file

@ -916,7 +916,7 @@ static void event_handle_client(Client *client, XEvent *e)
else
h = client->area.y;
client->gravity = tmpg;
client_configure(client, Corner_TopLeft, x, y, w, h, TRUE, TRUE);
client_configure(client, Corner_TopLeft, x, y, w, h, FALSE, TRUE);
client->gravity = oldg;
}
break;