small change to comments, renamed two set* functions in client.c into update*
This commit is contained in:
parent
438beeabde
commit
d2d394eccf
3 changed files with 17 additions and 17 deletions
4
event.c
4
event.c
|
@ -343,11 +343,11 @@ propertynotify(XEvent *e)
|
|||
arrange(NULL);
|
||||
break;
|
||||
case XA_WM_NORMAL_HINTS:
|
||||
setsize(c);
|
||||
updatesize(c);
|
||||
break;
|
||||
}
|
||||
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
|
||||
settitle(c);
|
||||
updatetitle(c);
|
||||
drawtitle(c);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue