1xcb_xkb_indicator_map_notify_event_XtC(B3)Evxecnbt_sxkb_indicator_map_notify_event_t(3)
2
3
4
6 xcb_xkb_indicator_map_notify_event_t -
7
9 #include <xcb/xkb.h>
10
11 Event datastructure
12 typedef struct xcb_xkb_indicator_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 pad0[3];
19 uint32_t state;
20 uint32_t mapChanged;
21 uint8_t pad1[12];
22 } xcb_xkb_indicator_map_notify_event_t;
23
25 response_type
26 The type of this event, in this case XCB_XKB_INDICA‐
27 TOR_MAP_NOTIFY. This field is also present in the xcb_gener‐
28 ic_event_t and can be used to tell events apart from each
29 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 state NOT YET DOCUMENTED.
41
42 mapChanged
43 NOT YET DOCUMENTED.
44
48 Generated from xkb.xml. Contact xcb@lists.freedesktop.org for correc‐
49 tions and improvements.
50
51
52
53X Version 11 libxcbx1c.b1_3x.k1b_indicator_map_notify_event_t(3)