# HG changeset patch # User arg@mmvi # Date 1158935749 -7200 # Node ID 759c9d9a959dc3db6d45c7f29a822420c4c66ce9 # Parent c035a0b4256069e9039bc4fbc1cbb15c712b8317 applied Jukkas remark (dunno if this is correct though) 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;