diff -r 665e78838cbb -r fd2ea58b0b94 draw.c --- a/draw.c Tue Jan 02 16:29:01 2007 +0100 +++ b/draw.c Thu Jan 04 14:17:25 2007 +0100 @@ -102,7 +102,7 @@ Client *c; for(c = clients; c; c = getnext(c->next)) - drawtitle(c); + drawclient(c); drawstatus(); } @@ -138,7 +138,7 @@ } void -drawtitle(Client *c) { +drawclient(Client *c) { if(c == sel && issel) { drawstatus(); XUnmapWindow(dpy, c->twin);