Initial revision

This commit is contained in:
Keith Packard
2003-11-09 07:08:23 +00:00
commit 1685456c7e
2 changed files with 479 additions and 0 deletions

7
Makefile Normal file
View File

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