comparison 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
comparison
equal deleted inserted replaced
429:a31de8605f72 430:1e8aba00964e
245 settags(c); 245 settags(c);
246 if(!c->isfloat) 246 if(!c->isfloat)
247 c->isfloat = trans 247 c->isfloat = trans
248 || (c->maxw && c->minw && 248 || (c->maxw && c->minw &&
249 c->maxw == c->minw && c->maxh == c->minh); 249 c->maxw == c->minw && c->maxh == c->minh);
250 if(c->isfloat)
251 c->weight = ntags;
252 250
253 if(clients) 251 if(clients)
254 clients->prev = c; 252 clients->prev = c;
255 c->next = clients; 253 c->next = clients;
256 clients = c; 254 clients = c;