Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
prepared 0.3
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
b8cfffd
..
de4bdb0
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-97,7
+97,7
@@
drawall()
{
Client *c;
- for(c = clients; c; c = getnext(c->next))
+ for(c = clients; c; c = getnext(c->next
, tsel
))
drawtitle(c);
drawstatus();
}