1xcb_xkb_compat_map_notify_event_t(3X)CB Eventxscb_xkb_compat_map_notify_event_t(3)
2
3
4
6 xcb_xkb_compat_map_notify_event_t -
7
9 #include <xcb/xkb.h>
10
11 Event datastructure
12 typedef struct xcb_xkb_compat_map_notify_event_t {
13 uint8_t response_type;
14 uint8_t xkbType;
15 uint16_t sequence;
16 xcb_timestamp_t time;
17 uint8_t deviceID;
18 uint8_t changedGroups;
19 uint16_t firstSI;
20 uint16_t nSI;
21 uint16_t nTotalSI;
22 uint8_t pad0[16];
23 } xcb_xkb_compat_map_notify_event_t;
24
26 response_type
27 The type of this event, in this case XCB_XKB_COMPAT_MAP_NOTI‐
28 FY. This field is also present in the xcb_generic_event_t and
29 can be used to tell events apart from each other.
30
31 sequence The sequence number of the last request processed by the X11
32 server.
33
34 xkbType NOT YET DOCUMENTED.
35
36 time NOT YET DOCUMENTED.
37
38 deviceID NOT YET DOCUMENTED.
39
40 changedGroups
41 NOT YET DOCUMENTED.
42
43 firstSI NOT YET DOCUMENTED.
44
45 nSI NOT YET DOCUMENTED.
46
47 nTotalSI NOT YET DOCUMENTED.
48
52 Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correc‐
53 tions and improvements.
54
55
56
57X Version 11 libxcb 1.x1c3b_xkb_compat_map_notify_event_t(3)