1xcb_glx_create_pixmap(3) XCB Requests xcb_glx_create_pixmap(3)
2
3
4
6 xcb_glx_create_pixmap -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_void_cookie_t xcb_glx_create_pixmap(xcb_connection_t *conn,
13 uint32_t screen, xcb_glx_fbconfig_t fbconfig,
14 xcb_pixmap_t pixmap, xcb_glx_pixmap_t glx_pixmap,
15 uint32_t num_attribs, const uint32_t *attribs);
16
18 conn The XCB connection to X11.
19
20 screen TODO: NOT YET DOCUMENTED.
21
22 fbconfig TODO: NOT YET DOCUMENTED.
23
24 pixmap TODO: NOT YET DOCUMENTED.
25
26 glx_pixmap
27 TODO: NOT YET DOCUMENTED.
28
29 num_attribs
30 TODO: NOT YET DOCUMENTED.
31
32 attribs TODO: NOT YET DOCUMENTED.
33
36 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
37 event loop.
38
39 If you want to handle errors directly with xcb_request_check instead,
40 use xcb_glx_create_pixmap_checked. See xcb-requests(3) for details.
41
43 This request does never generate any errors.
44
47 Generated from glx.xml. Contact xcb@lists.freedesktop.org for correcā
48 tions and improvements.
49
50
51
52X Version 11 libxcb 1.12 xcb_glx_create_pixmap(3)