This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
merged Christof Musik's Xinerama support patches, though this needs some polishing!
master
anselm@anselm1
17 years ago
parent
5f19423c7b
commit
985e330524
2 changed files
with
454 additions
and
304 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.mk
+453
-303
dwm.c
+ 1
- 1
config.mk
View File
@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs
INCS
=
-I. -I/usr/include -I
${
X11INC
}
LIBS
=
-L/usr/lib -lc -L
${
X11LIB
}
-lX11
LIBS
=
-L/usr/lib -lc -L
${
X11LIB
}
-lX11
-lXinerama
# flags
CFLAGS
=
-Os
${
INCS
}
-DVERSION
=
\"
${
VERSION
}
\"
+ 453
- 303
dwm.c
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save