# HG changeset patch # User anselm@anselm1 # Date 1204066643 0 # Node ID 8427b03e56dbe0bbe20993ea680e28ddf3188f1c # Parent 167446962e09fe706d9785f22f40a1582bf7a9f5 disabled AIM_XINERAMA diff -r 167446962e09 -r 8427b03e56db config.def.h --- a/config.def.h Tue Feb 26 22:51:23 2008 +0000 +++ b/config.def.h Tue Feb 26 22:57:23 2008 +0000 @@ -3,7 +3,7 @@ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 -#define FONT "-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*" #define NORMBORDERCOLOR "#cccccc" #define NORMBGCOLOR "#cccccc" #define NORMFGCOLOR "#000000" diff -r 167446962e09 -r 8427b03e56db config.mk --- a/config.mk Tue Feb 26 22:51:23 2008 +0000 +++ b/config.mk Tue Feb 26 22:57:23 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