commit dd64d2e7b68e6e5b54b83e6ff9f86227ea287d28
parent 787b21256125cda0cb7d829dba3618fda7bde12e
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Fri, 24 Mar 2006 15:06:47 +0100
if tags of a client change, then the frame is redrawn
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c
@@ -1231,6 +1231,7 @@ xwrite(IXPConn *c, Fcall *fcall)
else
client[i1]->ntag = str2tags(client[i1]->tag, buf);
update_tags();
+ draw_client(client[i1]);
break;
case FsFgeom:
if(fcall->count > sizeof(buf))