added grid mode on Mod1Mask g

This commit is contained in:
Anselm R. Garbe
2006-07-12 16:00:51 +02:00
parent dfd84f9bf3
commit 4641aa2925
7 changed files with 97 additions and 66 deletions

View File

@ -11,7 +11,7 @@ X11LIB = /usr/X11R6/lib
VERSION = 0.0
# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -lm -L${X11LIB} -lX11
# Linux/BSD
CFLAGS = -g -Wall -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \