From 8cc7f3bace087dfb024a23115c211d82b35614ae Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Thu, 3 Aug 2006 10:55:07 +0200 Subject: changed Client->tags and Rule->tags to be Bool (I'll also try to remove the TLast enum) --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index b6bda92..f4ed1a0 100644 --- a/client.c +++ b/client.c @@ -18,7 +18,7 @@ resizetitle(Client *c) c->tw = 0; for(i = 0; i < TLast; i++) if(c->tags[i]) - c->tw += textw(c->tags[i]); + c->tw += textw(tags[i]); c->tw += textw(c->name); if(c->tw > c->w) c->tw = c->w + 2; -- cgit v1.2.3