1 .\" $Xorg: XShape.man,v 1.3 2000/08/17 19:41:54 cpqbld Exp $
3 .\" Copyright (c) 1989, 1994 X Consortium
5 .\" Permission is hereby granted, free of charge, to any person obtaining a
6 .\" copy of this software and associated documentation files (the "Software"),
7 .\" to deal in the Software without restriction, including without limitation
8 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 .\" and/or sell copies of the Software, and to permit persons to whom the
10 .\" Software furnished to do so, subject to the following conditions:
12 .\" The above copyright notice and this permission notice shall be included in
13 .\" all copies or substantial portions of the Software.
15 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 .\" THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
19 .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
20 .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 .\" Except as contained in this notice, the name of the X Consortium shall not
24 .\" be used in advertising or otherwise to promote the sale, use or other
25 .\" dealing in this Software without prior written authorization from the
28 .\" $XFree86: xc/doc/man/Xext/XShape.man,v 1.3 2001/02/07 22:35:21 tsi Exp $
32 .ie t \fB\^\\$1\^\fR\\$2
33 .el \fI\^\\$1\^\fP\\$2
35 .TH XSHAPE __libmansuffix__ __xorgversion__ "X FUNCTIONS"
37 XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRectangles, XShapeCombineMask, XShapeCombineShape, XShapeOffsetShape, XShapeQueryExtents, XShapeSelectInput, XShapeInputSelected, XShapeGetRectangles \- X nonrectangular shape functions
41 \&#include <X11/extensions/shape.h>
43 Bool XShapeQueryExtension (
48 Status XShapeQueryVersion (
53 void XShapeCombineRegion (
62 void XShapeCombineRectangles (
73 void XShapeCombineMask (
82 void XShapeCombineShape (
92 void XShapeOffsetShape (
99 Status XShapeQueryExtents (
113 void XShapeSelectInput (
118 unsigned long XShapeInputSelected (
122 XRectangle *XShapeGetRectangles (
134 int type; /\(** of event */
135 unsigned long serial; /\(** # of last request processed by server */
136 Bool send_event; /\(** true if this came frome a SendEvent request */
137 Display *display; /\(** Display the event was read from */
138 Window window; /\(** window of event */
139 int kind; /\(** ShapeBounding or ShapeClip */
140 int x, y; /\(** extents of new region */
141 unsigned width, height;
142 Time time; /\(** server timestamp when region changed */
143 Bool shaped; /\(** true if the region exists */
147 The \fIX11 Nonrectangular Window Shape Extension\fP adds nonrectangular
148 windows to the X Window System.
149 .SH PREDEFINED VALUES
177 This manual pages needs a lot more work.
179 \fIX11 Nonrectangular Window Shape Extension\fP