1xcb_glx_change_drawable_attributesX(C3B)Requexsctbs_glx_change_drawable_attributes(3)
2
3
4
6 xcb_glx_change_drawable_attributes -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_void_cookie_t
13 xcb_glx_change_drawable_attributes(xcb_connection_t *conn,
14 xcb_glx_drawable_t drawable, uint32_t num_attribs, const
15 uint32_t *attribs);
16
18 conn The XCB connection to X11.
19
20 drawable TODO: NOT YET DOCUMENTED.
21
22 num_attribs
23 TODO: NOT YET DOCUMENTED.
24
25 attribs TODO: NOT YET DOCUMENTED.
26
29 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
30 event loop.
31
32 If you want to handle errors directly with xcb_request_check instead,
33 use xcb_glx_change_drawable_attributes_checked. See xcb-requests(3) for
34 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.x1c3b._1glx_change_drawable_attributes(3)