renamed drawtitle into drawclient
This commit is contained in:
parent
21898c6049
commit
184471b4bb
4 changed files with 7 additions and 7 deletions
4
event.c
4
event.c
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue