summaryrefslogtreecommitdiff
path: root/man/XShape.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XShape.man')
-rw-r--r--man/XShape.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XShape.man b/man/XShape.man
index 408e24a..0f16ce9 100644
--- a/man/XShape.man
+++ b/man/XShape.man
@@ -131,16 +131,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 from 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 from 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