This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fixed order of Bool declarations
main
Anselm R. Garbe
17 years ago
parent
d2dd58eabd
commit
e39e697998
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.c
+ 1
- 1
main.c
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save