From 184471b4bbd1736794a76d2b703659de0339322b Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 4 Jan 2007 14:17:25 +0100 Subject: renamed drawtitle into drawclient --- client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index a6b7815..8110263 100644 --- a/client.c +++ b/client.c @@ -96,7 +96,7 @@ focus(Client *c) { sel = c; if(old) { grabbuttons(old, False); - drawtitle(old); + drawclient(old); } } if(c) { @@ -104,7 +104,7 @@ focus(Client *c) { c->snext = stack; stack = c; grabbuttons(c, True); - drawtitle(c); + drawclient(c); XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime); } else -- cgit v1.2.3-54-g00ecf