1xcb_xf86dri_query_direct_renderingXx_CccBba_pRxaefbq8lu6eed(sr3ti)s_query_direct_rendering_capable(3)
2
3
4
6 xcb_xf86dri_query_direct_rendering_capable -
7
9 #include <xcb/xf86dri.h>
10
11 Request function
12 xcb_xf86dri_query_direct_rendering_capable_cookie_t
13 xcb_xf86dri_query_direct_rendering_capable(xcb_connection_t *conn,
14 uint32_t screen);
15
16 Reply datastructure
17 typedef struct xcb_xf86dri_query_direct_rendering_capable_reply_t {
18 uint8_t response_type;
19 uint8_t pad0;
20 uint16_t sequence;
21 uint32_t length;
22 uint8_t is_capable;
23 } xcb_xf86dri_query_direct_rendering_capable_reply_t;
24
25 Reply function
26 xcb_xf86dri_query_direct_rendering_capable_reply_t
27 *xcb_xf86dri_query_direct_rendering_capable_reply(xcb_connection_t *conn,
28 xcb_xf86dri_query_direct_rendering_capable_cookie_t cookie,
29 xcb_generic_error_t **e);
30
32 conn The XCB connection to X11.
33
34 screen TODO: NOT YET DOCUMENTED.
35
37 response_type
38 The type of this reply, in this case XCB_XF86DRI_QUERY_DI‐
39 RECT_RENDERING_CAPABLE. This field is also present in the
40 xcb_generic_reply_t and can be used to tell replies apart
41 from each other.
42
43 sequence The sequence number of the last request processed by the X11
44 server.
45
46 length The length of the reply, in words (a word is 4 bytes).
47
48 is_capable
49 TODO: NOT YET DOCUMENTED.
50
53 Returns an xcb_xf86dri_query_direct_rendering_capable_cookie_t. Errors
54 have to be handled when calling the reply function
55 xcb_xf86dri_query_direct_rendering_capable_reply.
56
57 If you want to handle errors in the event loop instead, use
58 xcb_xf86dri_query_direct_rendering_capable_unchecked. See xcb-re‐
59 quests(3) for details.
60
62 This request does never generate any errors.
63
66 Generated from xf86dri.xml. Contact xcb@lists.freedesktop.org for cor‐
67 rections and improvements.
68
69
70
71X Version 11 xlcibb_xxcfb861d.r1i3_query_direct_rendering_capable(3)