author | Anselm R. Garbe <arg@suckless.org> |
Thu, 08 Feb 2007 13:39:33 +0100 | |
changeset 740 | 1cb9ae0a0104 |
parent 739 | 7834ffd650d5 |
child 741 | 7c5d5b1e49c9 |
--- a/main.c Thu Feb 08 11:48:01 2007 +0100 +++ b/main.c Thu Feb 08 13:39:33 2007 +0100 @@ -18,11 +18,11 @@ /* extern */ char stext[256]; -Bool *seltag; int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah; unsigned int master, nmaster, ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; +Bool *seltag; Bool selscreen = True; Client *clients = NULL; Client *sel = NULL;