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 diff
     1.1 --- a/draw.c	Tue Jan 02 16:29:01 2007 +0100
     1.2 +++ b/draw.c	Thu Jan 04 14:17:25 2007 +0100
     1.3 @@ -102,7 +102,7 @@
     1.4  	Client *c;
     1.5  
     1.6  	for(c = clients; c; c = getnext(c->next))
     1.7 -		drawtitle(c);
     1.8 +		drawclient(c);
     1.9  	drawstatus();
    1.10  }
    1.11  
    1.12 @@ -138,7 +138,7 @@
    1.13  }
    1.14  
    1.15  void
    1.16 -drawtitle(Client *c) {
    1.17 +drawclient(Client *c) {
    1.18  	if(c == sel && issel) {
    1.19  		drawstatus();
    1.20  		XUnmapWindow(dpy, c->twin);