summaryrefslogtreecommitdiff
path: root/man/XSelectionEvent.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
committerWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
commit4eb167f5aca4cca05a230c728ffdb4fd382a4e1e (patch)
tree43d92fdddfc3921c4362106156caa566d725b9f0 /man/XSelectionEvent.man
parent08e6b36292ebf01ba2dcc4a48ec371c6f5d13458 (diff)
downloadxorg-lib-libX11-4eb167f5aca4cca05a230c728ffdb4fd382a4e1e.tar.gz
replace home grown .ZN with std, .B and .BR
Replace the home grown macro .ZN with std. macros from man macro paket. So we can get rid of the definition an get a clean header. Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XSelectionEvent.man')
-rw-r--r--man/XSelectionEvent.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XSelectionEvent.man b/man/XSelectionEvent.man
index feb5dfcd..468eb650 100644
--- a/man/XSelectionEvent.man
+++ b/man/XSelectionEvent.man
@@ -83,7 +83,7 @@
XSelectionEvent \- SelectionNotify event structure
.SH STRUCTURES
The structure for
-.ZN SelectionNotify
+.B SelectionNotify
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.
@@ -132,10 +132,10 @@ The property member is set to the atom that indicates which
property the result was stored on.
If the conversion failed,
the property member is set to
-.ZN None .
+.BR None .
The time member is set to the time the conversion took place and
can be a timestamp or
-.ZN CurrentTime .
+.BR CurrentTime .
.SH "SEE ALSO"
XAnyEvent(__libmansuffix__),
XButtonEvent(__libmansuffix__),