small change to comments, renamed two set* functions in client.c into update*

This commit is contained in:
Anselm R. Garbe
2006-09-11 10:00:56 +02:00
parent 438beeabde
commit d2d394eccf
3 changed files with 17 additions and 17 deletions

View File

@ -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);
}
}