renamed drawtitle into drawclient
This commit is contained in:
parent
21898c6049
commit
184471b4bb
4 changed files with 7 additions and 7 deletions
4
draw.c
4
draw.c
|
@ -102,7 +102,7 @@ drawall(void) {
|
|||
Client *c;
|
||||
|
||||
for(c = clients; c; c = getnext(c->next))
|
||||
drawtitle(c);
|
||||
drawclient(c);
|
||||
drawstatus();
|
||||
}
|
||||
|
||||
|
@ -138,7 +138,7 @@ drawstatus(void) {
|
|||
}
|
||||
|
||||
void
|
||||
drawtitle(Client *c) {
|
||||
drawclient(Client *c) {
|
||||
if(c == sel && issel) {
|
||||
drawstatus();
|
||||
XUnmapWindow(dpy, c->twin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue