Mercurial > aewl
comparison client.c @ 440:9d73c8298b2e
maybe this might work
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Wed, 06 Sep 2006 13:56:46 +0200 |
parents | b3659c3c5dab |
children | 785bad5f21dd |
comparison
equal
deleted
inserted
replaced
439:baf86d388a77 | 440:9d73c8298b2e |
---|---|
241 settags(c, getclient(trans)); | 241 settags(c, getclient(trans)); |
242 if(!c->isfloat) | 242 if(!c->isfloat) |
243 c->isfloat = trans | 243 c->isfloat = trans |
244 || (c->maxw && c->minw && | 244 || (c->maxw && c->minw && |
245 c->maxw == c->minw && c->maxh == c->minh); | 245 c->maxw == c->minw && c->maxh == c->minh); |
246 if(c->isfloat) | |
247 c->weight = ntags; | |
246 | 248 |
247 if(clients) | 249 if(clients) |
248 clients->prev = c; | 250 clients->prev = c; |
249 c->next = clients; | 251 c->next = clients; |
250 clients = c; | 252 clients = c; |