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 nn declaration
main
Anselm R Garbe
15 years ago
parent
1fa31efebf
commit
91fffb3f7d
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.mk
+2
-1
dwm.c
+ 1
- 1
config.mk
View File
@ -1,5 +1,5 @@
# dwm version
VERSION
=
5.
6.1
VERSION
=
5.
7
# Customize below to fit your system
+ 2
- 1
dwm.c
View File
@ -1683,11 +1683,12 @@ updatebarpos(Monitor *m) {
void
updategeom
(
void
)
{
int
i
,
n
=
1
,
nn
;
int
i
,
n
=
1
;
Client
*
c
;
Monitor
*
newmons
=
NULL
,
*
m
=
NULL
,
*
tm
;
#
ifdef XINERAMA
int
nn
;
XineramaScreenInfo
*
info
=
NULL
;
if
(
XineramaIsActive
(
dpy
)
)
Write
Preview
Loading…
Cancel
Save