1xcb_xfixes_create_region_from_bitmXaCpB(3R)eqxucebs_txsfixes_create_region_from_bitmap(3)
2
3
4
6 xcb_xfixes_create_region_from_bitmap -
7
9 #include <xcb/xfixes.h>
10
11 Request function
12 xcb_void_cookie_t
13 xcb_xfixes_create_region_from_bitmap(xcb_connection_t *conn,
14 xcb_xfixes_region_t region, xcb_pixmap_t bitmap);
15
17 conn The XCB connection to X11.
18
19 region TODO: NOT YET DOCUMENTED.
20
21 bitmap TODO: NOT YET DOCUMENTED.
22
25 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
26 event loop.
27
28 If you want to handle errors directly with xcb_request_check instead,
29 use xcb_xfixes_create_region_from_bitmap_checked. See xcb-requests(3)
30 for details.
31
33 This request does never generate any errors.
34
37 Generated from xfixes.xml. Contact xcb@lists.freedesktop.org for cor‐
38 rections and improvements.
39
40
41
42X Version 11 libxcbxc1b._1x3fixes_create_region_from_bitmap(3)