1xcb_gravity_notify_event_t(3) XCB Events xcb_gravity_notify_event_t(3)
2
3
4
6 xcb_gravity_notify_event_t -
7
9 #include <xcb/xproto.h>
10
11 Event datastructure
12 typedef struct xcb_gravity_notify_event_t {
13 uint8_t response_type;
14 uint8_t pad0;
15 uint16_t sequence;
16 xcb_window_t event;
17 xcb_window_t window;
18 int16_t x;
19 int16_t y;
20 } xcb_gravity_notify_event_t;
21
23 response_type
24 The type of this event, in this case XCB_GRAVITY_NOTIFY. This
25 field is also present in the xcb_generic_event_t and can be
26 used to tell events apart from each other.
27
28 sequence The sequence number of the last request processed by the X11
29 server.
30
31 event NOT YET DOCUMENTED.
32
33 window NOT YET DOCUMENTED.
34
35 x NOT YET DOCUMENTED.
36
37 y NOT YET DOCUMENTED.
38
42 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
43 rections and improvements.
44
45
46
47X Version 11 libxcb 1.13.1 xcb_gravity_notify_event_t(3)