1xcb_glx_create_glx_pixmap(3) XCB Requests xcb_glx_create_glx_pixmap(3)
2
3
4
6 xcb_glx_create_glx_pixmap -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_void_cookie_t xcb_glx_create_glx_pixmap(xcb_connection_t *conn,
13 uint32_t screen, xcb_visualid_t visual, xcb_pixmap_t pixmap,
14 xcb_glx_pixmap_t glx_pixmap);
15
17 conn The XCB connection to X11.
18
19 screen TODO: NOT YET DOCUMENTED.
20
21 visual TODO: NOT YET DOCUMENTED.
22
23 pixmap TODO: NOT YET DOCUMENTED.
24
25 glx_pixmap
26 TODO: NOT YET DOCUMENTED.
27
30 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
31 event loop.
32
33 If you want to handle errors directly with xcb_request_check instead,
34 use xcb_glx_create_glx_pixmap_checked. See xcb-requests(3) for details.
35
37 This request does never generate any errors.
38
41 Generated from glx.xml. Contact xcb@lists.freedesktop.org for correcā
42 tions and improvements.
43
44
45
46X Version 11 libxcb 1.13 xcb_glx_create_glx_pixmap(3)