isfixed implies isfloating
d589f767
1 file(s) · +1 −1
| 267 | 267 | XMoveResizeWindow(dpy, c->win, wx, wy, ww - 2 * c->bw, wh - 2 * c->bw); |
|
| 268 | 268 | c->ismoved = True; |
|
| 269 | 269 | } |
|
| 270 | - | else if(!lt->arrange || ismax || c->isfloating) |
|
| 270 | + | else if(!lt->arrange || c->isfloating) |
|
| 271 | 271 | resize(c, c->x, c->y, c->w, c->h, True); |
|
| 272 | 272 | c->isbanned = False; |
|
| 273 | 273 | } |