summaryrefslogtreecommitdiff
path: root/man/XKeymapEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XKeymapEvent.man')
-rw-r--r--man/XKeymapEvent.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/XKeymapEvent.man b/man/XKeymapEvent.man
index 1fdb5165..ada18701 100644
--- a/man/XKeymapEvent.man
+++ b/man/XKeymapEvent.man
@@ -83,7 +83,7 @@
XKeymapEvent \- KeymapNotify event structure
.SH STRUCTURES
The structure for
-.ZN KeymapNotify
+.B KeymapNotify
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.