summaryrefslogtreecommitdiff
path: root/lib/libXext/man/XShape.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-10 14:01:59 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-10 14:01:59 +0000
commitb2e5c9d9656e460f1de7f78e88284601915750bd (patch)
tree197e1599151bb0ead311cb1cdefcfb7fe81641e6 /lib/libXext/man/XShape.man
parentd0f1aaace5427e0e62acfb58246732a1e051a1bf (diff)
Update to libXext 1.3.1
Diffstat (limited to 'lib/libXext/man/XShape.man')
-rw-r--r--lib/libXext/man/XShape.man136
1 files changed, 68 insertions, 68 deletions
diff --git a/lib/libXext/man/XShape.man b/lib/libXext/man/XShape.man
index de1873a05..44fedfe78 100644
--- a/lib/libXext/man/XShape.man
+++ b/lib/libXext/man/XShape.man
@@ -1,26 +1,26 @@
.\" Copyright (c) 1989, 1994 X Consortium
-.\"
+.\"
.\" Permission is hereby granted, free of charge, to any person obtaining a
-.\" copy of this software and associated documentation files (the "Software"),
-.\" to deal in the Software without restriction, including without limitation
-.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
-.\" and/or sell copies of the Software, and to permit persons to whom the
+.\" copy of this software and associated documentation files (the "Software"),
+.\" to deal in the Software without restriction, including without limitation
+.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
+.\" and/or sell copies of the Software, and to permit persons to whom the
.\" Software furnished to do so, subject to the following conditions:
-.\"
+.\"
.\" The above copyright notice and this permission notice shall be included in
.\" all copies or substantial portions of the Software.
-.\"
+.\"
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-.\" THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-.\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
-.\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+.\" THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+.\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+.\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
.\" SOFTWARE.
-.\"
-.\" Except as contained in this notice, the name of the X Consortium shall not
-.\" be used in advertising or otherwise to promote the sale, use or other
-.\" dealing in this Software without prior written authorization from the
+.\"
+.\" Except as contained in this notice, the name of the X Consortium shall not
+.\" be used in advertising or otherwise to promote the sale, use or other
+.\" dealing in this Software without prior written authorization from the
.\" X Consortium.
.\"
.de ZN
@@ -36,89 +36,89 @@ XShapeQueryExtension, XShapeQueryVersion, XShapeCombineRegion, XShapeCombineRect
\&#include <X11/extensions/shape.h>
.LP
Bool XShapeQueryExtension (
- Display *dpy,
- int *event_basep,
+ Display *dpy,
+ int *event_basep,
int *error_basep);
.LP
Status XShapeQueryVersion (
- Display *dpy,
- int *major_versionp,
+ Display *dpy,
+ int *major_versionp,
int *minor_versionp);
.LP
void XShapeCombineRegion (
- Display *dpy,
- Window dest,
- int destKind,
- int xOff,
- int yOff,
- struct _XRegion *r,
+ Display *dpy,
+ Window dest,
+ int destKind,
+ int xOff,
+ int yOff,
+ struct _XRegion *r,
int op);
.LP
void XShapeCombineRectangles (
- Display *dpy,
- XID dest,
- int destKind,
- int xOff,
- int yOff,
- XRectangle *rects,
- int n_rects,
- int op,
+ Display *dpy,
+ XID dest,
+ int destKind,
+ int xOff,
+ int yOff,
+ XRectangle *rects,
+ int n_rects,
+ int op,
int ordering);
.LP
void XShapeCombineMask (
- Display *dpy,
- XID dest,
- int destKind,
- int xOff,
- int yOff,
- Pixmap src,
+ Display *dpy,
+ XID dest,
+ int destKind,
+ int xOff,
+ int yOff,
+ Pixmap src,
int op);
.LP
void XShapeCombineShape (
- Display *dpy,
- XID dest,
- int destKind,
- int xOff,
- int yOff,
- Pixmap src,
- int srcKind,
+ Display *dpy,
+ XID dest,
+ int destKind,
+ int xOff,
+ int yOff,
+ Pixmap src,
+ int srcKind,
int op);
.LP
void XShapeOffsetShape (
- Display *dpy,
- XID dest,
- int destKind,
- int xOff,
+ Display *dpy,
+ XID dest,
+ int destKind,
+ int xOff,
int yOff);
.LP
Status XShapeQueryExtents (
- Display *dpy,
- Window window,
- int *bShaped,
- int *xbs,
- int *ybs,
- unsigned int *wbs,
- unsigned int *hbs,
- int *cShaped,
- int *xcs,
- int *ycs,
- unsigned int *wcs,
+ Display *dpy,
+ Window window,
+ int *bShaped,
+ int *xbs,
+ int *ybs,
+ unsigned int *wbs,
+ unsigned int *hbs,
+ int *cShaped,
+ int *xcs,
+ int *ycs,
+ unsigned int *wcs,
unsigned int *hcs);
.LP
void XShapeSelectInput (
- Display *dpy,
- Window window,
+ Display *dpy,
+ Window window,
unsigned longmask);
.LP
unsigned long XShapeInputSelected (
- Display *dpy,
+ Display *dpy,
Window window);
.LP
XRectangle *XShapeGetRectangles (
- Display *dpy,
- Window window,
- int kind,
- int *count,
+ Display *dpy,
+ Window window,
+ int kind,
+ int *count,
int *ordering);
.fi
.SH STRUCTURES