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