Mercurial > aewl
changeset 485:759c9d9a959d
applied Jukkas remark (dunno if this is correct though)
author | arg@mmvi |
---|---|
date | Fri, 22 Sep 2006 16:35:49 +0200 |
parents | c035a0b42560 |
children | 8d564b9e3cd4 |
files | view.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/view.c Fri Sep 22 15:39:38 2006 +0200 +++ b/view.c Fri Sep 22 16:35:49 2006 +0200 @@ -112,12 +112,12 @@ for(i = 0, c = clients; c; c = c->next) { if(isvisible(c)) { - if(c->ismax) - togglemax(c); if(c->isfloat) { resize(c, True, TopLeft); continue; } + if(c->ismax) + togglemax(c); if(n == 1) { c->x = sx; c->y = sy + bh;