1xcb_xfixes_cursor_notify_event_t(3)XCB Eventsxcb_xfixes_cursor_notify_event_t(3)
2
3
4
6 xcb_xfixes_cursor_notify_event_t -
7
9 #include <xcb/xfixes.h>
10
11 Event datastructure
12 typedef struct xcb_xfixes_cursor_notify_event_t {
13 uint8_t response_type;
14 uint8_t subtype;
15 uint16_t sequence;
16 xcb_window_t window;
17 uint32_t cursor_serial;
18 xcb_timestamp_t timestamp;
19 xcb_atom_t name;
20 uint8_t pad0[12];
21 } xcb_xfixes_cursor_notify_event_t;
22
24 response_type
25 The type of this event, in this case XCB_XFIXES_CURSOR_NOTI‐
26 FY. This field is also present in the xcb_generic_event_t and
27 can be used to tell events apart from each other.
28
29 sequence The sequence number of the last request processed by the X11
30 server.
31
32 subtype NOT YET DOCUMENTED.
33
34 window NOT YET DOCUMENTED.
35
36 cursor_serial
37 NOT YET DOCUMENTED.
38
39 timestamp NOT YET DOCUMENTED.
40
41 name NOT YET DOCUMENTED.
42
46 Generated from xfixes.xml. Contact xcb@lists.freedesktop.org for cor‐
47 rections and improvements.
48
49
50
51X Version 11 libxcb 1.13x.c1b_xfixes_cursor_notify_event_t(3)