renamed drawstatus into drawbar
This commit is contained in:
parent
5d831eaa94
commit
9800518ae3
6 changed files with 10 additions and 10 deletions
4
main.c
4
main.c
|
@ -326,7 +326,7 @@ main(int argc, char *argv[]) {
|
|||
xerrorxlib = XSetErrorHandler(xerror);
|
||||
XSync(dpy, False);
|
||||
setup();
|
||||
drawstatus();
|
||||
drawbar();
|
||||
scan();
|
||||
|
||||
/* main event loop, also reads status text from stdin */
|
||||
|
@ -359,7 +359,7 @@ main(int argc, char *argv[]) {
|
|||
if(p > stext)
|
||||
strncpy(stext, p + 1, sizeof stext);
|
||||
}
|
||||
drawstatus();
|
||||
drawbar();
|
||||
}
|
||||
while(XPending(dpy)) {
|
||||
XNextEvent(dpy, &ev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue