summaryrefslogtreecommitdiff
path: root/man/XMapEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XMapEvent.man')
-rw-r--r--man/XMapEvent.man38
1 files changed, 17 insertions, 21 deletions
diff --git a/man/XMapEvent.man b/man/XMapEvent.man
index 551c2bca..be9ab171 100644
--- a/man/XMapEvent.man
+++ b/man/XMapEvent.man
@@ -49,7 +49,7 @@
.de Ds
.nf
.\\$1D \\$2 \\$1
-.ft 1
+.ft CW
.\".ps \\n(PS
.\".if \\n(VS>=40 .vs \\n(VSu
.\".if \\n(VS<=39 .vs \\n(VSp
@@ -148,16 +148,14 @@ The structure for
events contains:
.LP
.Ds 0
-.TA .5i 3i
-.ta .5i 3i
typedef struct {
- int type; /\&* MapNotify */
- unsigned long serial; /\&* # of last request processed by server */
- Bool send_event; /\&* true if this came from a SendEvent request */
- Display *display; /\&* Display the event was read from */
- Window event;
- Window window;
- Bool override_redirect; /\&* boolean, is override set... */
+ int type; /\&* MapNotify */
+ unsigned long serial; /\&* # of last request processed by server */
+ Bool send_event; /\&* true if this came from a SendEvent request */
+ Display *display; /\&* Display the event was read from */
+ Window event;
+ Window window;
+ Bool override_redirect; /\&* boolean, is override set... */
} XMapEvent;
.De
.LP
@@ -203,18 +201,16 @@ The structure for
events is:
.LP
.Ds 0
-.TA .5i 3i
-.ta .5i 3i
typedef struct {
- int type; /\&* MappingNotify */
- unsigned long serial; /\&* # of last request processed by server */
- Bool send_event; /\&* true if this came from a SendEvent request */
- Display *display; /\&* Display the event was read from */
- Window window; /\&* unused */
- int request; /\&* one of MappingModifier, MappingKeyboard,
- MappingPointer */
- int first_keycode; /\&* first keycode */
- int count; /\&* defines range of change w. first_keycode*/
+ int type; /\&* MappingNotify */
+ unsigned long serial; /\&* # of last request processed by server */
+ Bool send_event; /\&* true if this came from a SendEvent request */
+ Display *display; /\&* Display the event was read from */
+ Window window; /\&* unused */
+ int request; /\&* one of MappingModifier, MappingKeyboard,
+ MappingPointer */
+ int first_keycode; /\&* first keycode */
+ int count; /\&* defines range of change w. first_keycode*/
} XMappingEvent;
.De
.LP