X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=draw.c;h=9a469f9e755381b3a508cb2457cdf5c1d450ae0a;hp=c4448dbef13339d7aada204466d93c162d1c30b4;hb=184471b4bbd1736794a76d2b703659de0339322b;hpb=21898c6049ea66dae34a660598684a7babec1097 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);