# HG changeset patch # User anselm@anselm1 # Date 1204234785 0 # Node ID 81c16634cdd4da46e2989861ee8c33b6fc028ec1 # Parent 227f2d07c63f8f7cc232efeaefffdd112d3b9424 well, AIM_XINERAMA should not be enabled diff -r 227f2d07c63f -r 81c16634cdd4 config.mk --- a/config.mk Thu Feb 28 21:38:53 2008 +0000 +++ b/config.mk Thu Feb 28 21:39:45 2008 +0000 @@ -17,7 +17,7 @@ # flags CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -s ${LIBS} -CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" -DAIM_XINERAMA +CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\" LDFLAGS = -g ${LIBS} # Solaris