comparison main.c @ 326:73efaa15a635

removed DEFTAG
author Anselm R. Garbe <arg@10kloc.org>
date Tue, 22 Aug 2006 16:42:29 +0200
parents 45af6a8a0cbf
children 083f1f3e1e93
comparison
equal deleted inserted replaced
325:58c09c533d3f 326:73efaa15a635
239 grabkeys(); 239 grabkeys();
240 initrregs(); 240 initrregs();
241 241
242 for(ntags = 0; tags[ntags]; ntags++); 242 for(ntags = 0; tags[ntags]; ntags++);
243 seltag = emallocz(sizeof(Bool) * ntags); 243 seltag = emallocz(sizeof(Bool) * ntags);
244 seltag[DEFTAG] = True; 244 seltag[0] = True;
245 245
246 /* style */ 246 /* style */
247 dc.bg = getcolor(BGCOLOR); 247 dc.bg = getcolor(BGCOLOR);
248 dc.fg = getcolor(FGCOLOR); 248 dc.fg = getcolor(FGCOLOR);
249 dc.border = getcolor(BORDERCOLOR); 249 dc.border = getcolor(BORDERCOLOR);