renamed drawstatus into drawbar

This commit is contained in:
Anselm R. Garbe
2007-09-15 12:36:42 +02:00
parent 5d831eaa94
commit 9800518ae3
6 changed files with 10 additions and 10 deletions

View File

@ -245,7 +245,7 @@ expose(XEvent *e) {
if(ev->count == 0) {
if(barwin == ev->window)
drawstatus();
drawbar();
}
}
@ -322,7 +322,7 @@ propertynotify(XEvent *e) {
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
if(c == sel)
drawstatus();
drawbar();
}
}
}