well, resize should be called in dofloat anyways ;)
This commit is contained in:
parent
6e22ccf7b1
commit
de6695792a
1 changed files with 1 additions and 0 deletions
1
view.c
1
view.c
|
@ -55,6 +55,7 @@ dofloat(void) {
|
|||
if(c->isbanned)
|
||||
XMoveWindow(dpy, c->win, c->x, c->y);
|
||||
c->isbanned = False;
|
||||
resize(c, c->x, c->y, c->w, c->h, True);
|
||||
}
|
||||
else {
|
||||
c->isbanned = True;
|
||||
|
|
Loading…
Reference in a new issue