3398effc93
transset-df is a heavily patched version of xorg's transset. It is used to set the transparency of windows in X with the xcomposite extension. It adds several command line options to make it easier to use directly, bound to hot keys in your window manager, or through scripts. These include the ability to select a window by window ID. ok ajacoutot@
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2007/11/05 20:01:36 jasper Exp $
|
|
--- Makefile.orig Tue Jan 10 22:34:56 2006
|
|
+++ Makefile Sun Nov 4 19:59:45 2007
|
|
@@ -1,7 +1,6 @@
|
|
PACKAGES=xcomposite xfixes xdamage xrender
|
|
LIBS=`pkg-config --libs ${PACKAGES}` -lm
|
|
INCS=`pkg-config --cflags ${PACKAGES}`
|
|
-CFLAGS = -Wall
|
|
|
|
.c.o:
|
|
$(CC) $(CFLAGS) $(INCS) -c $*.c
|