removed mode label stuff

This commit is contained in:
Anselm R. Garbe
2007-01-14 22:32:26 +01:00
parent 6c5dc7017c
commit ceea528eff
6 changed files with 6 additions and 16 deletions

4
main.c
View File

@ -17,7 +17,7 @@
/* extern */
char stext[1024], mtext[32];
char stext[256];
Bool *seltag;
int bx, by, bw, bh, bmw, masterd, screen, sx, sy, sw, sh, wax, way, waw, wah;
unsigned int master, nmaster, ntags, numlockmask;
@ -134,7 +134,7 @@ setup(void) {
sh = DisplayHeight(dpy, screen);
master = MASTER;
nmaster = NMASTER;
updatemodetext();
bmw = textw(TILESYMBOL) > textw(FLOATSYMBOL) ? textw(TILESYMBOL) : textw(FLOATSYMBOL);
/* bar */
bx = sx;
by = sy;