URI: 
       well, resize should be called in dofloat anyways ;) - dwm - dynamic window manager
  HTML git clone https://git.parazyd.org/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit de6695792a7e24c925b18c74f913f82b0a0e9148
   DIR parent 6e22ccf7b1602b33624692eefd51b6398ffa5454
  HTML Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Fri, 16 Feb 2007 16:41:22 +0100
       
       well, resize should be called in dofloat anyways ;)
       Diffstat:
         M view.c                              |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git 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;