diff options
| author | Anselm R Garbe <anselm@garbe.us> | 2009-07-01 14:15:20 -0400 |
|---|---|---|
| committer | Anselm R Garbe <anselm@garbe.us> | 2009-07-01 14:15:20 -0400 |
| commit | 1d729384d12d289951504b130b8804ab85c0b12b (patch) | |
| tree | 486ef8452bd4ade8054ab8ccca67271705bc2b10 /config.mk | |
| parent | some minor fix if xinerama is disabled, still some odd behavior in there (diff) | |
| download | dwm-1d729384d12d289951504b130b8804ab85c0b12b.tar.gz dwm-1d729384d12d289951504b130b8804ab85c0b12b.tar.bz2 dwm-1d729384d12d289951504b130b8804ab85c0b12b.zip | |
several bugfixes
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |
