summaryrefslogtreecommitdiff
path: root/man/XCirculateRequestEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XCirculateRequestEvent.man')
-rw-r--r--man/XCirculateRequestEvent.man20
1 files changed, 10 insertions, 10 deletions
diff --git a/man/XCirculateRequestEvent.man b/man/XCirculateRequestEvent.man
index 146a71ee..f8f2c3f5 100644
--- a/man/XCirculateRequestEvent.man
+++ b/man/XCirculateRequestEvent.man
@@ -83,7 +83,7 @@
XCirculateRequestEvent \- CirculateRequest event structure
.SH STRUCTURES
The structure for
-.ZN CirculateRequest
+.B CirculateRequest
events contains:
.LP
.Ds 0
@@ -104,16 +104,16 @@ the structure members are set as follows.
The type member is set to the event type constant name that uniquely identifies
it.
For example, when the X server reports a
-.ZN GraphicsExpose
+.B GraphicsExpose
event to a client application, it sends an
-.ZN XGraphicsExposeEvent
+.B XGraphicsExposeEvent
structure with the type member set to
-.ZN GraphicsExpose .
+.BR GraphicsExpose .
The display member is set to a pointer to the display the event was read on.
The send_event member is set to
-.ZN True
+.B True
if the event came from a
-.ZN SendEvent
+.B SendEvent
protocol request.
The serial member is set from the serial number reported in the protocol
but expanded from the 16-bit least-significant bits to a full 32-bit value.
@@ -124,14 +124,14 @@ The parent member is set to the parent window.
The window member is set to the subwindow to be restacked.
The place member is set to what the new position in the stacking order should be
and is either
-.ZN PlaceOnTop
+.B PlaceOnTop
or
-.ZN PlaceOnBottom .
+.BR PlaceOnBottom .
If it is
-.ZN PlaceOnTop ,
+.BR PlaceOnTop ,
the subwindow should be on top of all siblings.
If it is
-.ZN PlaceOnBottom ,
+.BR PlaceOnBottom ,
the subwindow should be below all siblings.
.SH "SEE ALSO"
XAnyEvent(__libmansuffix__),