aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarbeam@gmail.com2011-07-20 18:36:15 +0000
committergarbeam@gmail.com2011-07-20 18:36:15 +0000
commitc475aada9329ee10d12c2ea62e5265b86988b7a3 (patch)
tree23781738cab42a29606d4a67b88cb5690cd1c3ad
parent31cbed236db66b6a136ecabb73d63fff4dc5e851 (diff)
downloadaur-c475aada9329ee10d12c2ea62e5265b86988b7a3.tar.gz
applied Peters magic float mode bugfix
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 76bca3839435..5e670849e0a6 100644
--- 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;