1xcb_shape_mask(3) XCB Requests xcb_shape_mask(3)
2
3
4
6 xcb_shape_mask -
7
9 #include <xcb/shape.h>
10
11 Request function
12 xcb_void_cookie_t xcb_shape_mask(xcb_connection_t *conn,
13 xcb_shape_op_t operation, xcb_shape_kind_t destination_kind,
14 xcb_window_t destination_window, int16_t x_offset,
15 int16_t y_offset, xcb_pixmap_t source_bitmap);
16
18 conn The XCB connection to X11.
19
20 operation TODO: NOT YET DOCUMENTED.
21
22 destination_kind
23 TODO: NOT YET DOCUMENTED.
24
25 destination_window
26 TODO: NOT YET DOCUMENTED.
27
28 x_offset TODO: NOT YET DOCUMENTED.
29
30 y_offset TODO: NOT YET DOCUMENTED.
31
32 source_bitmap
33 TODO: NOT YET DOCUMENTED.
34
37 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
38 event loop.
39
40 If you want to handle errors directly with xcb_request_check instead,
41 use xcb_shape_mask_checked. See xcb-requests(3) for details.
42
44 This request does never generate any errors.
45
48 Generated from shape.xml. Contact xcb@lists.freedesktop.org for correcā
49 tions and improvements.
50
51
52
53X Version 11 libxcb 1.12 xcb_shape_mask(3)