prepared yet another hotfix release

This commit is contained in:
Anselm R. Garbe
2007-01-25 09:59:48 +01:00
parent ea4827a578
commit 2c1db7ed35
3 changed files with 9 additions and 5 deletions

View File

@ -178,6 +178,8 @@ void
resize(Client *c, Bool sizehints) {
XWindowChanges wc;
if(c->w <= 0 || c->h <= 0)
return;
if(sizehints) {
if(c->incw)
c->w -= (c->w - c->basew) % c->incw;