Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
d2dd58e
)
fixed order of Bool declarations
author
Anselm R. Garbe <
[email protected]
>
Thu, 8 Feb 2007 12:39:33 +0000
(13:39 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Thu, 8 Feb 2007 12:39:33 +0000
(13:39 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index
68f60c7
..
1fd7ab1
100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-18,11
+18,11
@@
/* extern */
char stext[256];
/* 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;
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;
Bool selscreen = True;
Client *clients = NULL;
Client *sel = NULL;