[hackers] [dwm] well, resize should be called in dofloat anyways ; )

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Fri Feb 16 16:45:51 2007

changeset: 763:718f8d6f6f56
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Fri Feb 16 16:41:22 2007 +0100
summary: well, resize should be called in dofloat anyways ;)

diff -r 140bcd4782d8 -r 718f8d6f6f56 view.c
--- a/view.c Fri Feb 16 16:38:40 2007 +0100
+++ b/view.c Fri Feb 16 16:41:22 2007 +0100
@@ -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;
Received on Fri Feb 16 2007 - 16:45:51 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:23 UTC