1xcb_shape_notify_event_t(3) XCB Events xcb_shape_notify_event_t(3)
2
3
4
6 xcb_shape_notify_event_t -
7
9 #include <xcb/shape.h>
10
11 Event datastructure
12 typedef struct xcb_shape_notify_event_t {
13 uint8_t response_type;
14 xcb_shape_kind_t shape_kind;
15 uint16_t sequence;
16 xcb_window_t affected_window;
17 int16_t extents_x;
18 int16_t extents_y;
19 uint16_t extents_width;
20 uint16_t extents_height;
21 xcb_timestamp_t server_time;
22 uint8_t shaped;
23 uint8_t pad0[11];
24 } xcb_shape_notify_event_t;
25
27 response_type
28 The type of this event, in this case XCB_SHAPE_NOTIFY. This
29 field is also present in the xcb_generic_event_t and can be
30 used to tell events apart from each other.
31
32 sequence The sequence number of the last request processed by the X11
33 server.
34
35 shape_kind
36 NOT YET DOCUMENTED.
37
38 affected_window
39 NOT YET DOCUMENTED.
40
41 extents_x NOT YET DOCUMENTED.
42
43 extents_y NOT YET DOCUMENTED.
44
45 extents_width
46 NOT YET DOCUMENTED.
47
48 extents_height
49 NOT YET DOCUMENTED.
50
51 server_time
52 NOT YET DOCUMENTED.
53
54 shaped NOT YET DOCUMENTED.
55
59 Generated from shape.xml. Contact xcb@lists.freedesktop.org for correcā
60 tions and improvements.
61
62
63
64X Version 11 libxcb 1.13 xcb_shape_notify_event_t(3)