summaryrefslogtreecommitdiff
path: root/man/XReparentEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XReparentEvent.man')
-rw-r--r--man/XReparentEvent.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XReparentEvent.man b/man/XReparentEvent.man
index 459391c7..999ff106 100644
--- a/man/XReparentEvent.man
+++ b/man/XReparentEvent.man
@@ -83,7 +83,7 @@
XReparentEvent \- ReparentNotify event structure
.SH STRUCTURES
The structure for
-.ZN ReparentNotify
+.B ReparentNotify
events contains:
.LP
.Ds 0
@@ -106,16 +106,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,9 +124,9 @@ dispatchers.
.LP
The event member is set either to the reparented window
or to the old or the new parent, depending on whether
-.ZN StructureNotify
+.B StructureNotify
or
-.ZN SubstructureNotify
+.B SubstructureNotify
was selected.
The window member is set to the window that was reparented.
The parent member is set to the new parent window.
@@ -137,7 +137,7 @@ The override_redirect member is set to the override-redirect attribute of the
window specified by the window member.
Window manager clients normally should ignore this window
if the override_redirect member is
-.ZN True .
+.BR True .
.SH "SEE ALSO"
XAnyEvent(__libmansuffix__),
XButtonEvent(__libmansuffix__),