diff options
author | garbeam@gmail.com | 2011-07-20 18:36:15 +0000 |
---|---|---|
committer | garbeam@gmail.com | 2011-07-20 18:36:15 +0000 |
commit | 6288c446974020c396923c9a4f1bf29c6f6c9645 (patch) | |
tree | f708518cab5105c0a680216cbf5071e174b65e91 /dwm.c | |
parent | d5c5c52b306be5509422d7074d7416df0d425d08 (diff) |
applied Peters magic float mode bugfix
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |