draw.c
changeset 647 fd2ea58b0b94
parent 643 e90bf387bf6f
child 674 5d79c351e30a
--- 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);