# HG changeset patch # User Anselm R. Garbe # Date 1170938373 -3600 # Node ID 1cb9ae0a0104800fe699a591c14cfc1f6ab23025 # Parent 7834ffd650d52a8d666d8f76a73df5791f86fc9c fixed order of Bool declarations diff -r 7834ffd650d5 -r 1cb9ae0a0104 main.c --- 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;