main.c
changeset 262 d659a2dce2b5
parent 261 d6fd632d861c
child 265 573b1c4a71a4
--- 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);