Add drop shadows.

This commit is contained in:
Keith Packard
2003-11-10 01:32:01 +00:00
parent 67810f32f4
commit d98b963d75
3 changed files with 308 additions and 19 deletions

View File

@ -1,4 +1,4 @@
LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender`
LIBS=`pkg-config --cflags --libs xcomposite xfixes xdamage xrender` -lm
xcompmgr: xcompmgr.c
$(CC) -o $@ $(CFLAGS) xcompmgr.c $(LIBS)