Track changes to _XROOTPMAP_ID property

This commit is contained in:
Keith Packard
2003-11-10 18:34:35 +00:00
parent 9e767b89cf
commit 41293ef755
3 changed files with 26 additions and 2 deletions

View File

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