diff -r c035a0b42560 -r 759c9d9a959d view.c --- 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;