summaryrefslogtreecommitdiff
path: root/man/XDestroyWindowEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XDestroyWindowEvent.man')
-rw-r--r--man/XDestroyWindowEvent.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XDestroyWindowEvent.man b/man/XDestroyWindowEvent.man
index 7d6753be..2fb7f09d 100644
--- a/man/XDestroyWindowEvent.man
+++ b/man/XDestroyWindowEvent.man
@@ -83,7 +83,7 @@
XDestroyWindowEvent \- DestroyNotify event structure
.SH STRUCTURES
The structure for
-.ZN DestroyNotify
+.B DestroyNotify
events contains:
.LP
.Ds 0
@@ -103,16 +103,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.
@@ -121,9 +121,9 @@ dispatchers.
.LP
The event member is set either to the destroyed window or to its parent,
depending on whether
-.ZN StructureNotify
+.B StructureNotify
or
-.ZN SubstructureNotify
+.B SubstructureNotify
was selected.
The window member is set to the window that is destroyed.
.SH "SEE ALSO"