summaryrefslogtreecommitdiff
path: root/man/XMapEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XMapEvent.man')
-rw-r--r--man/XMapEvent.man44
1 files changed, 22 insertions, 22 deletions
diff --git a/man/XMapEvent.man b/man/XMapEvent.man
index 1251c24d..8c64e1be 100644
--- a/man/XMapEvent.man
+++ b/man/XMapEvent.man
@@ -83,7 +83,7 @@
XMapEvent, XMappingEvent \- MapNotify and MappingNotify event structures
.SH STRUCTURES
The structure for
-.ZN MapNotify
+.B MapNotify
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.
@@ -122,21 +122,21 @@ dispatchers.
.LP
The event member is set either to the window that was mapped 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 was mapped.
The override_redirect member is set to the override-redirect attribute
of the window.
Window manager clients normally should ignore this window
if the override-redirect attribute is
-.ZN True ,
+.BR True ,
because these events usually are generated from pop-ups,
which override structure control.
.LP
The structure for
-.ZN MappingNotify
+.B MappingNotify
events is:
.LP
.Ds 0
@@ -159,16 +159,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.
@@ -177,21 +177,21 @@ dispatchers.
.LP
The request member is set to indicate the kind of mapping change that occurred
and can be
-.ZN MappingModifier ,
-.ZN MappingKeyboard ,
-.ZN MappingPointer .
+.BR MappingModifier ,
+.BR MappingKeyboard ,
+.BR MappingPointer .
If it is
-.ZN MappingModifier ,
+.BR MappingModifier ,
the modifier mapping was changed.
If it is
-.ZN MappingKeyboard ,
+.BR MappingKeyboard ,
the keyboard mapping was changed.
If it is
-.ZN MappingPointer ,
+.BR MappingPointer ,
the pointer button mapping was changed.
The first_keycode and count members are set only
if the request member was set to
-.ZN MappingKeyboard .
+.BR MappingKeyboard .
The number in first_keycode represents the first number in the range
of the altered mapping,
and count represents the number of keycodes altered.