diff -r d6fd632d861c -r d659a2dce2b5 main.c --- a/main.c Fri Aug 11 18:37:41 2006 +0200 +++ b/main.c Fri Aug 11 19:26:12 2006 +0200 @@ -83,7 +83,7 @@ /* extern */ char stext[1024]; -Bool *tsel; +Bool *seltag; int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; unsigned int ntags; Atom wmatom[WMLast], netatom[NetLast]; @@ -213,8 +213,8 @@ initrregs(); for(ntags = 0; tags[ntags]; ntags++); - tsel = emallocz(sizeof(Bool) * ntags); - tsel[DEFTAG] = True; + seltag = emallocz(sizeof(Bool) * ntags); + seltag[DEFTAG] = True; /* style */ dc.bg = getcolor(BGCOLOR);