well, resize should be called in dofloat anyways ;)

This commit is contained in:
Anselm R. Garbe 2007-02-16 16:41:22 +01:00
parent 6e22ccf7b1
commit de6695792a
1 changed files with 1 additions and 0 deletions

1
view.c
View File

@ -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;