summaryrefslogtreecommitdiff
path: root/man/XShape.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XShape.man')
-rw-r--r--man/XShape.man20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/XShape.man b/man/XShape.man
index 41358a8..7e3a03d 100644
--- a/man/XShape.man
+++ b/man/XShape.man
@@ -25,7 +25,7 @@
.\" dealing in this Software without prior written authorization from the
.\" X Consortium.
.\"
-.\" $XFree86: xc/doc/man/Xext/XShape.man,v 1.3 2001/02/07 22:35:21 tsi Exp $
+.\" $XFree86: xc/doc/man/Xext/XShape.man,v 1.4 2003/11/23 05:40:35 dawes Exp $
.\"
.de ZN
.ie t \fB\^\\$1\^\fR\\$2
@@ -130,16 +130,16 @@ XRectangle *XShapeGetRectangles (
.LP
.ta 3i
typedef struct {
- int type; /* of event */
- unsigned long serial; /* # of last request processed by server */
- Bool send_event; /* true if this came frome a SendEvent request */
- Display *display; /* Display the event was read from */
- Window window; /* window of event */
- int kind; /* ShapeBounding or ShapeClip */
- int x, y; /* extents of new region */
+ int type; /\(** of event */
+ unsigned long serial; /\(** # of last request processed by server */
+ Bool send_event; /\(** true if this came frome a SendEvent request */
+ Display *display; /\(** Display the event was read from */
+ Window window; /\(** window of event */
+ int kind; /\(** ShapeBounding or ShapeClip */
+ int x, y; /\(** extents of new region */
unsigned width, height;
- Time time; /* server timestamp when region changed */
- Bool shaped; /* true if the region exists */
+ Time time; /\(** server timestamp when region changed */
+ Bool shaped; /\(** true if the region exists */
} XShapeEvent;
.fi
.SH DESCRIPTION