diff options
author | Deron Johnson <deron.johnson@sun.com> | 2006-03-13 21:59:05 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2006-03-13 21:59:05 +0000 |
commit | 32cba66971545abf95e272cce635a8b0df882272 (patch) | |
tree | 88b207db51f3f6ceb569f9ee8d99b59b7683e3cc /include | |
parent | 71a706971e7b4d82c128eb82ede2b7e573c0642b (diff) |
Part 2 of 3 (Other parts are in proto and xserver) Composite Version 0.3:
CompositeGetOverlayWindow, CompositeReleaseOverlayWindow Xfixes Version
4.0: XFixesHideCursor, XFixesShowCursor
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/extensions/Xcomposite.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/include/X11/extensions/Xcomposite.h b/include/X11/extensions/Xcomposite.h index 62ae31a..d37a691 100644 --- a/include/X11/extensions/Xcomposite.h +++ b/include/X11/extensions/Xcomposite.h @@ -1,6 +1,26 @@ /* * $Id$ * + * 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 @@ -66,6 +86,12 @@ XCompositeCreateRegionFromBorderClip (Display *dpy, Window window); Pixmap XCompositeNameWindowPixmap (Display *dpy, Window window); +Window +XCompositeGetOverlayWindow (Display *dpy, Window window); + +void +XCompositeReleaseOverlayWindow (Display *dpy, Window window); + _XFUNCPROTOEND #endif /* _XCOMPOSITE_H_ */ |