diff -r f30f937f9e52 -r ffb462fb7903 client.c --- a/client.c Mon Sep 11 08:58:58 2006 +0200 +++ b/client.c Mon Sep 11 10:00:56 2006 +0200 @@ -223,7 +223,7 @@ c->th = bh; c->border = 0; - setsize(c); + updatesize(c); if(c->x + c->w + 2 > sw) c->x = sw - c->w - 2; @@ -260,7 +260,7 @@ c->snext = stack; stack = clients = c; - settitle(c); + updatetitle(c); ban(c); XMapWindow(dpy, c->win); XMapWindow(dpy, c->twin); @@ -309,7 +309,7 @@ } void -setsize(Client *c) +updatesize(Client *c) { long msize; XSizeHints size; @@ -348,7 +348,7 @@ } void -settitle(Client *c) +updatetitle(Client *c) { char **list = NULL; int n;