diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2009-03-19 13:06:15 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2009-03-19 13:06:15 +0000 |
commit | 3632d7132fc212a50e62327858a3d15c0e81e030 (patch) | |
tree | 67c33730c66116a48793eef618749e66ab21812e /config.mk | |
parent | 565697087b92db6eb09e896f60f68503ce0a4ac1 (diff) |
applied Marc Andre Tanners showhide patch, the removal of ntiled
Diffstat (limited to 'config.mk')
-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} |