Browse Source

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

main
anselm@anselm1 16 years ago
parent
commit
985e330524
2 changed files with 454 additions and 304 deletions
  1. +1
    -1
      config.mk
  2. +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


Loading…
Cancel
Save