JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
well, resize should be called in dofloat anyways ;)
authorAnselm R. Garbe <arg@suckless.org>
Fri, 16 Feb 2007 15:41:22 +0000 (16:41 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 16 Feb 2007 15:41:22 +0000 (16:41 +0100)
view.c

diff --git a/view.c b/view.c
index 1d483c4..ccbb454 100644 (file)
--- a/view.c
+++ b/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;