fixed order of Bool declarations

This commit is contained in:
Anselm R. Garbe 2007-02-08 13:39:33 +01:00
parent d2dd58eabd
commit e39e697998
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -18,11 +18,11 @@
/* extern */ /* extern */
char stext[256]; char stext[256];
Bool *seltag;
int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah; int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah;
unsigned int master, nmaster, ntags, numlockmask; unsigned int master, nmaster, ntags, numlockmask;
Atom wmatom[WMLast], netatom[NetLast]; Atom wmatom[WMLast], netatom[NetLast];
Bool running = True; Bool running = True;
Bool *seltag;
Bool selscreen = True; Bool selscreen = True;
Client *clients = NULL; Client *clients = NULL;
Client *sel = NULL; Client *sel = NULL;