aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <[email protected]>2007-02-16 16:41:22 +0100
committerAnselm R. Garbe <[email protected]>2007-02-16 16:41:22 +0100
commitde6695792a7e24c925b18c74f913f82b0a0e9148 (patch)
tree149e7d71caff7652857a62b1c19245c93ef08ce6
parentremoved ugly ban(), extended resize() that it only resets the size if necessa... (diff)
downloadseiwm-de6695792a7e24c925b18c74f913f82b0a0e9148.tar.xz
seiwm-de6695792a7e24c925b18c74f913f82b0a0e9148.zip
well, resize should be called in dofloat anyways ;)
-rw-r--r--view.c1
1 files changed, 1 insertions, 0 deletions
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;