Mercurial > aewl
diff draw.c @ 647:fd2ea58b0b94
renamed drawtitle into drawclient
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Thu, 04 Jan 2007 14:17:25 +0100 |
parents | e90bf387bf6f |
children | 5d79c351e30a |
line wrap: on
line diff
--- 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);