1xcb_shape_rectangles(3) XCB Requests xcb_shape_rectangles(3)
2
3
4
6 xcb_shape_rectangles -
7
9 #include <xcb/shape.h>
10
11 Request function
12 xcb_void_cookie_t xcb_shape_rectangles(xcb_connection_t *conn,
13 xcb_shape_op_t operation, xcb_shape_kind_t destination_kind,
14 uint8_t ordering, xcb_window_t destination_window,
15 int16_t x_offset, int16_t y_offset, uint32_t rectangles_len,
16 const xcb_rectangle_t *rectangles);
17
19 conn The XCB connection to X11.
20
21 operation TODO: NOT YET DOCUMENTED.
22
23 destination_kind
24 TODO: NOT YET DOCUMENTED.
25
26 ordering TODO: NOT YET DOCUMENTED.
27
28 destination_window
29 TODO: NOT YET DOCUMENTED.
30
31 x_offset TODO: NOT YET DOCUMENTED.
32
33 y_offset TODO: NOT YET DOCUMENTED.
34
35 rectangles_len
36 TODO: NOT YET DOCUMENTED.
37
38 rectangles
39 TODO: NOT YET DOCUMENTED.
40
43 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
44 event loop.
45
46 If you want to handle errors directly with xcb_request_check instead,
47 use xcb_shape_rectangles_checked. See xcb-requests(3) for details.
48
50 This request does never generate any errors.
51
54 Generated from shape.xml. Contact xcb@lists.freedesktop.org for correcā
55 tions and improvements.
56
57
58
59X Version 11 libxcb 1.13.1 xcb_shape_rectangles(3)