Browse Source

well, resize should be called in dofloat anyways ;)

master
Anselm R. Garbe 18 years ago
parent
commit
de6695792a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      view.c

+ 1
- 0
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;


Loading…
Cancel
Save