From: Anselm R. Garbe Date: Fri, 16 Feb 2007 15:41:22 +0000 (+0100) Subject: well, resize should be called in dofloat anyways ;) X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=de6695792a7e24c925b18c74f913f82b0a0e9148 well, resize should be called in dofloat anyways ;) --- diff --git a/view.c b/view.c index 1d483c4..ccbb454 100644 --- 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;