summaryrefslogtreecommitdiff
path: root/composite.h
diff options
context:
space:
mode:
authorDeron <dj4236@chiru.it.sfbay.sun.com>2006-03-31 03:29:42 -0800
committerDeron <dj4236@chiru.it.sfbay.sun.com>2006-03-31 03:29:42 -0800
commitba9ca99638fac157b126a2d9a3e57385bad32998 (patch)
tree0e70d3a2277a5ad5db5cbaa80c0bdd528ad57e3d /composite.h
parent565c0bcc569f5ab9114314185316fe2129aa5a3e (diff)
Sync'd with modular proto/Composite (Version 0.3 definitions).
Also changed CTR definitions to Version 0.4 and increased the request numbers to be above those of Version 0.3.
Diffstat (limited to 'composite.h')
-rw-r--r--composite.h26
1 files changed, 24 insertions, 2 deletions
diff --git a/composite.h b/composite.h
index 223a7c9..009007b 100644
--- a/composite.h
+++ b/composite.h
@@ -1,6 +1,26 @@
/*
* $Id: composite.h,v 1.4 2004/07/08 07:20:55 keithp Exp $
*
+ * Copyright © 2006 Sun Microsystems
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the name of Sun Microsystems not be used in
+ * advertising or publicity pertaining to distribution of the software without
+ * specific, written prior permission. Sun Microsystems makes no
+ * representations about the suitability of this software for any purpose. It
+ * is provided "as is" without express or implied warranty.
+ *
+ * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ *
* Copyright © 2003 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
@@ -41,8 +61,10 @@
#define X_CompositeUnredirectSubwindows 4
#define X_CompositeCreateRegionFromBorderClip 5
#define X_CompositeNameWindowPixmap 6
-#define X_CompositeRedirectCoordinate 7
-#define X_CompositeTransformCoordinate 8
+#define X_CompositeGetOverlayWindow 7
+#define X_CompositeReleaseOverlayWindow 8
+#define X_CompositeRedirectCoordinate 9
+#define X_CompositeTransformCoordinate 10
#define CompositeNumberRequests (X_CompositeTransformCoordinate + 1)