dwm

OSHs dwm build
git clone git://git.oshgnacknak.de/dwm.git
Log | Files | Refs | README | LICENSE

commit 6288c446974020c396923c9a4f1bf29c6f6c9645
parent d5c5c52b306be5509422d7074d7416df0d425d08
Author: garbeam@gmail.com <unknown>
Date:   Wed, 20 Jul 2011 18:36:15 +0000

applied Peters magic float mode bugfix
Diffstat:
Mdwm.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dwm.c b/dwm.c @@ -1127,7 +1127,6 @@ manage(Window w, XWindowAttributes *wa) { c->h = c->oldh = wa->height; c->oldbw = wa->border_width; if(c->w == c->mon->mw && c->h == c->mon->mh) { - c->isfloating = True; c->x = c->mon->mx; c->y = c->mon->my; c->bw = 0;