From 0b7b69d3b678f584062ca352f60382325057d9f1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 5 Nov 2003 05:39:58 +0000 Subject: Change name from Apportion to Composite Clarify that root cannot be redirected. Add more error values. --- composite.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'composite.h') diff --git a/composite.h b/composite.h index a80eb33..a6e1fc6 100644 --- a/composite.h +++ b/composite.h @@ -1,5 +1,5 @@ /* - * $Id: composite.h,v 1.1 2003-10-30 04:31:19 keithp Exp $ + * $Id: composite.h,v 1.2 2003-11-05 05:39:58 keithp Exp $ * * Copyright © 2003 Keith Packard * @@ -22,23 +22,23 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#ifndef _APPORTION_H_ -#define _APPORTION_H_ +#ifndef _COMPOSITE_H_ +#define _COMPOSITE_H_ #include -#define APPORTION_NAME "Apportion" -#define APPORTION_MAJOR 0 -#define APPORTION_MINOR 1 +#define COMPOSITE_NAME "Composite" +#define COMPOSITE_MAJOR 0 +#define COMPOSITE_MINOR 1 -#define ApportionRedirectAutomatic 0 -#define ApportionRedirectManual 1 +#define CompositeRedirectAutomatic 0 +#define CompositeRedirectManual 1 -#define X_ApportionQueryVersion 0 -#define X_ApportionRedirectWindow 1 -#define X_ApportionRedirectSubwindows 2 -#define X_ApportionUnredirectWindow 3 -#define X_ApportionUnredirectSubwindows 4 -#define X_ApportionCreateRegionFromBorderClip 5 +#define X_CompositeQueryVersion 0 +#define X_CompositeRedirectWindow 1 +#define X_CompositeRedirectSubwindows 2 +#define X_CompositeUnredirectWindow 3 +#define X_CompositeUnredirectSubwindows 4 +#define X_CompositeCreateRegionFromBorderClip 5 -#endif /* _APPORTION_H_ */ +#endif /* _COMPOSITE_H_ */ -- cgit v1.2.3