comparison tag.c @ 340:ae0affabdc02

implemented right tag drawing in the status bar and titlebars
author Anselm R. Garbe <arg@10kloc.org>
date Wed, 23 Aug 2006 14:38:25 +0200
parents 2a65e8b3d21a
children a1901753deef
comparison
equal deleted inserted replaced
339:5c874c619287 340:ae0affabdc02
120 sel->tags[i] = False; 120 sel->tags[i] = False;
121 sel->tags[arg->i] = True; 121 sel->tags[arg->i] = True;
122 settitle(sel); 122 settitle(sel);
123 if(!isvisible(sel)) 123 if(!isvisible(sel))
124 arrange(NULL); 124 arrange(NULL);
125 else
126 drawstatus();
125 } 127 }
126 128
127 void 129 void
128 toggletag(Arg *arg) 130 toggletag(Arg *arg)
129 { 131 {