about summary refs log tree commit diff stats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-06 09:13:31 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-06 09:13:31 +0200
commit0915da8842fd6e16b804ae3205ec2f6baaaa342c (patch)
treeff38b5bb49f0bf9d1ddf0298b95fe65ba7709914 /client.c
parent0d0e8bde134b999dd22c891d227d886ca6c9ba2c (diff)
downloaddwm-0915da8842fd6e16b804ae3205ec2f6baaaa342c.tar.gz
no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/client.c b/client.c
index ecb9178..4f2a69c 100644
--- a/client.c
+++ b/client.c
@@ -247,8 +247,6 @@ manage(Window w, XWindowAttributes *wa)
 		c->isfloat = trans
 			|| (c->maxw && c->minw &&
 				c->maxw == c->minw && c->maxh == c->minh);
-	if(c->isfloat)
-		c->weight = ntags;
 
 	if(clients)
 		clients->prev = c;