merged Christof Musik's Xinerama support patches, though this needs some polishing!

new_dwm
anselm@anselm1 17 years ago
parent 5f19423c7b
commit 985e330524

@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs # includes and libs
INCS = -I. -I/usr/include -I${X11INC} 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 # flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"

674
dwm.c

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save