summaryrefslogtreecommitdiff
path: root/man/XSelectionClearEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XSelectionClearEvent.man')
-rw-r--r--man/XSelectionClearEvent.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XSelectionClearEvent.man b/man/XSelectionClearEvent.man
index d8db1fc1..e8ce7b3b 100644
--- a/man/XSelectionClearEvent.man
+++ b/man/XSelectionClearEvent.man
@@ -83,7 +83,7 @@
XSelectionClearEvent \- SelectionClear event structure
.SH STRUCTURES
The structure for
-.ZN SelectionClear
+.B SelectionClear
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.
@@ -125,7 +125,7 @@ The time member is set to the last change time recorded for the
selection.
The window member is the window that was specified by the current owner
(the owner losing the selection) in its
-.ZN XSetSelectionOwner
+.B XSetSelectionOwner
call.
.SH "SEE ALSO"
XAnyEvent(__libmansuffix__),