From 184471b4bbd1736794a76d2b703659de0339322b Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 4 Jan 2007 14:17:25 +0100 Subject: renamed drawtitle into drawclient --- draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index c4448db..9a469f9 100644 --- a/draw.c +++ b/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); -- cgit v1.2.3