diff options
author | Anselm R Garbe <anselm@garbe.us> | 2009-06-19 20:15:15 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2009-06-19 20:15:15 +0100 |
commit | f27ccc5c60e4518c90f33bb20e68ea7bb23a2947 (patch) | |
tree | e0d504da2f9987851938d929dc77e6ab51870512 /config.mk | |
parent | 2dbfda72f0c7269c3fcbb5c93173013e7dd0bea6 (diff) | |
download | dwm-f27ccc5c60e4518c90f33bb20e68ea7bb23a2947.tar.gz |
introduction of Monitor for better Xinerama support, work in progress
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk index bd9c6b3..43c324b 100644 --- a/config.mk +++ b/config.mk @@ -11,8 +11,8 @@ X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib # Xinerama, un-comment if you want it -XINERAMALIBS = -L${X11LIB} -lXinerama -XINERAMAFLAGS = -DXINERAMA +#XINERAMALIBS = -L${X11LIB} -lXinerama +#XINERAMAFLAGS = -DXINERAMA # includes and libs INCS = -I. -I/usr/include -I${X11INC} |