committed a patch which fixes the hints of Jukka
This commit is contained in:
parent
deba5069e5
commit
937cabfa0a
4 changed files with 14 additions and 40 deletions
2
draw.c
2
draw.c
|
@ -99,7 +99,7 @@ drawall()
|
|||
{
|
||||
Client *c;
|
||||
|
||||
for(c = clients; c; c = getnext(c->next, tsel))
|
||||
for(c = clients; c; c = getnext(c->next))
|
||||
drawtitle(c);
|
||||
drawstatus();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue