diff options
author | Keith Packard <keithp@keithp.com> | 2003-11-05 05:39:58 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-11-05 05:39:58 +0000 |
commit | 0b7b69d3b678f584062ca352f60382325057d9f1 (patch) | |
tree | 0c41a4db4e446bf067e5ae4a47a3aec24b0f28b6 /composite.h | |
parent | 5113df7e49393afb5d9199f030b6f4e025a54039 (diff) |
Change name from Apportion to Composite Clarify that root cannot be redirected. Add more error values.
Diffstat (limited to 'composite.h')
-rw-r--r-- | composite.h | 30 |
1 files changed, 15 insertions, 15 deletions
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 <X11/extensions/xfixeswire.h> -#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_ */ |