aewl

changeset 740:1cb9ae0a0104

fixed order of Bool declarations
author Anselm R. Garbe <arg@suckless.org>
date Thu, 08 Feb 2007 13:39:33 +0100
parents 7834ffd650d5
children 7c5d5b1e49c9
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/main.c	Thu Feb 08 11:48:01 2007 +0100
     1.2 +++ b/main.c	Thu Feb 08 13:39:33 2007 +0100
     1.3 @@ -18,11 +18,11 @@
     1.4  /* extern */
     1.5  
     1.6  char stext[256];
     1.7 -Bool *seltag;
     1.8  int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah;
     1.9  unsigned int master, nmaster, ntags, numlockmask;
    1.10  Atom wmatom[WMLast], netatom[NetLast];
    1.11  Bool running = True;
    1.12 +Bool *seltag;
    1.13  Bool selscreen = True;
    1.14  Client *clients = NULL;
    1.15  Client *sel = NULL;