hotfix
Anselm R. Garbe arg@10kloc.org
Fri, 06 Oct 2006 14:01:53 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
view.c
→
view.c
@@ -108,7 +108,7 @@ th = stackh;
if(n > 1) th /= (n - 1); - for(i = 0, c = clients; c; c = c->next, i++) + for(i = 0, c = clients; c; c = c->next) if(isvisible(c)) { if(c->isfloat) { resize(c, True, TopLeft);@@ -139,6 +139,7 @@ else /* fallback if th < bh */
c->h = stackh - 2 * BORDERPX; } resize(c, False, TopLeft); + i++; } else ban(c);