From 487a15633b9706bf44a18e7ff484e63c0311f347 Mon Sep 17 00:00:00 2001 From: gotmor Date: Mon, 2 Feb 2009 01:44:07 +0000 Subject: correct handling of '-geometry' and '-y' options for dzen at the bottom of the screen cosmetic code clean ups Courtesy of Valery V. Vorotyntsev git-svn-id: http://dzen.googlecode.com/svn/trunk@240 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- config.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 5512b70..d54ea0c 100644 --- a/config.mk +++ b/config.mk @@ -12,27 +12,27 @@ X11LIB = /usr/X11R6/lib INCS = -I. -I/usr/include -I${X11INC} # Configure the features you want to be supported -# Only one of the following options has to be uncommented, +# Only one of the following options has to be uncommented, # all others must be commented! # # Uncomment: Remove # from the beginning of respective lines # Comment : Add # to the beginning of the respective lines # Option 1: No Xinerama no XPM -#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" +LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 +CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" # Option 2: No Xinerama with XPM #LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXpm -#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XPM +#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XPM # Option 3: With Xinerama no XPM #LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -#CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA +#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA # Option 4: With Xinerama and XPM -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm -CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM +#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm +#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM # END of feature configuration -- cgit v1.2.3-54-g00ecf