disabled AIM_XINERAMA 0271ac0e
anselm@anselm1 · 2008-02-26 22:57 2 file(s) · +2 −2
config.def.h +1 −1
3 3
/* appearance */
4 4
#define BARPOS			BarTop /* BarBot, BarOff */
5 5
#define BORDERPX		1
6 -
#define FONT			"-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*"
6 +
#define FONT			"-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"
7 7
#define NORMBORDERCOLOR		"#cccccc"
8 8
#define NORMBGCOLOR		"#cccccc"
9 9
#define NORMFGCOLOR		"#000000"
config.mk +1 −1
17 17
# flags
18 18
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
19 19
LDFLAGS = -s ${LIBS}
20 -
CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"  -DAIM_XINERAMA
20 +
CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
21 21
LDFLAGS = -g ${LIBS}
22 22
23 23
# Solaris