twell, resize should be called in dofloat anyways ;) - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit de6695792a7e24c925b18c74f913f82b0a0e9148
(DIR) parent 6e22ccf7b1602b33624692eefd51b6398ffa5454
(HTM) 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
t@@ -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;