dwm-meillo

diff client.c @ 430:1e8aba00964e

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)
author Anselm R. Garbe <arg@10kloc.org>
date Wed, 06 Sep 2006 09:13:31 +0200
parents a31de8605f72
children a230e4432bb7
line diff
     1.1 --- a/client.c	Tue Sep 05 19:26:34 2006 +0200
     1.2 +++ b/client.c	Wed Sep 06 09:13:31 2006 +0200
     1.3 @@ -247,8 +247,6 @@
     1.4  		c->isfloat = trans
     1.5  			|| (c->maxw && c->minw &&
     1.6  				c->maxw == c->minw && c->maxh == c->minh);
     1.7 -	if(c->isfloat)
     1.8 -		c->weight = ntags;
     1.9  
    1.10  	if(clients)
    1.11  		clients->prev = c;