JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed order of Bool declarations
authorAnselm R. Garbe <arg@suckless.org>
Thu, 8 Feb 2007 12:39:33 +0000 (13:39 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Thu, 8 Feb 2007 12:39:33 +0000 (13:39 +0100)
main.c

diff --git a/main.c b/main.c
index 68f60c7..1fd7ab1 100644 (file)
--- a/main.c
+++ b/main.c
 /* 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;