projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
720b2ab
)
hotfix
author
Anselm R. Garbe
<arg@10kloc.org>
Fri, 6 Oct 2006 12:01:53 +0000
(14:01 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Fri, 6 Oct 2006 12:01:53 +0000
(14:01 +0200)
view.c
patch
|
blob
|
history
diff --git
a/view.c
b/view.c
index ac1728b8b8f3dbdac7bb3bd56e6b87f4da409ec9..daf07114dde297613ab6899cc22e3c97e0890fa2 100644
(file)
--- a/
view.c
+++ b/
view.c
@@
-108,7
+108,7
@@
dotile(void) {
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
@@
dotile(void) {
c->h = stackh - 2 * BORDERPX;
}
resize(c, False, TopLeft);
+ i++;
}
else
ban(c);