renamed drawtitle into drawclient

This commit is contained in:
Anselm R. Garbe
2007-01-04 14:17:25 +01:00
parent 21898c6049
commit 184471b4bb
4 changed files with 7 additions and 7 deletions

@ -236,7 +236,7 @@ expose(XEvent *e) {
if(barwin == ev->window)
drawstatus();
else if((c = getctitle(ev->window)))
drawtitle(c);
drawclient(c);
}
}
@ -320,7 +320,7 @@ propertynotify(XEvent *e) {
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
resizetitle(c);
drawtitle(c);
drawclient(c);
}
}
}