fixed a comment
13577b15
1 file(s) · +1 −1
| 1597 | 1597 | } |
|
| 1598 | 1598 | resize(c, nx, ny, nw, nh, True); |
|
| 1599 | 1599 | if((c->h < bh) || (c->h > nh) || (c->w < bh) || (c->w > nw)) |
|
| 1600 | - | /* client doesn't accept geometry, so enforce it */ |
|
| 1600 | + | /* client doesn't accept size constraints */ |
|
| 1601 | 1601 | resize(c, nx, ny, nw, nh, False); |
|
| 1602 | 1602 | if(n > 1 && th != wah) |
|
| 1603 | 1603 | ny = c->y + c->h + 2 * c->border; |