1xcb_dri3_buffers_from_pixmap(3) XCB Requests xcb_dri3_buffers_from_pixmap(3)
2
3
4
6 xcb_dri3_buffers_from_pixmap -
7
9 #include <xcb/dri3.h>
10
11 Request function
12 xcb_dri3_buffers_from_pixmap_cookie_t
13 xcb_dri3_buffers_from_pixmap(xcb_connection_t *conn,
14 xcb_pixmap_t pixmap);
15
16 Reply datastructure
17 typedef struct xcb_dri3_buffers_from_pixmap_reply_t {
18 uint8_t response_type;
19 uint8_t nfd;
20 uint16_t sequence;
21 uint32_t length;
22 uint16_t width;
23 uint16_t height;
24 uint8_t pad0[4];
25 uint64_t modifier;
26 uint8_t depth;
27 uint8_t bpp;
28 uint8_t pad1[6];
29 } xcb_dri3_buffers_from_pixmap_reply_t;
30
31 Reply function
32 xcb_dri3_buffers_from_pixmap_reply_t
33 *xcb_dri3_buffers_from_pixmap_reply(xcb_connection_t *conn,
34 xcb_dri3_buffers_from_pixmap_cookie_t cookie,
35 xcb_generic_error_t **e);
36
37 Reply accessors
38 uint32_t *xcb_dri3_buffers_from_pixmap_strides(const
39 xcb_dri3_buffers_from_pixmap_request_t *reply);
40
41 int xcb_dri3_buffers_from_pixmap_strides_length(const
42 xcb_dri3_buffers_from_pixmap_reply_t *reply);
43
44 xcb_generic_iterator_t xcb_dri3_buffers_from_pixmap_strides_end(const
45 xcb_dri3_buffers_from_pixmap_reply_t *reply);
46
47 uint32_t *xcb_dri3_buffers_from_pixmap_offsets(const
48 xcb_dri3_buffers_from_pixmap_request_t *reply);
49
50 int xcb_dri3_buffers_from_pixmap_offsets_length(const
51 xcb_dri3_buffers_from_pixmap_reply_t *reply);
52
53 xcb_generic_iterator_t xcb_dri3_buffers_from_pixmap_offsets_end(const
54 xcb_dri3_buffers_from_pixmap_reply_t *reply);
55
56 int32_t *xcb_dri3_buffers_from_pixmap_buffers(const
57 xcb_dri3_buffers_from_pixmap_request_t *reply);
58
59 int xcb_dri3_buffers_from_pixmap_buffers_length(const
60 xcb_dri3_buffers_from_pixmap_reply_t *reply);
61
62 xcb_generic_iterator_t xcb_dri3_buffers_from_pixmap_buffers_end(const
63 xcb_dri3_buffers_from_pixmap_reply_t *reply);
64
66 conn The XCB connection to X11.
67
68 pixmap TODO: NOT YET DOCUMENTED.
69
71 response_type
72 The type of this reply, in this case XCB_DRI3_BUF‐
73 FERS_FROM_PIXMAP. This field is also present in the
74 xcb_generic_reply_t and can be used to tell replies apart
75 from each other.
76
77 sequence The sequence number of the last request processed by the X11
78 server.
79
80 length The length of the reply, in words (a word is 4 bytes).
81
82 nfd TODO: NOT YET DOCUMENTED.
83
84 width TODO: NOT YET DOCUMENTED.
85
86 height TODO: NOT YET DOCUMENTED.
87
88 modifier TODO: NOT YET DOCUMENTED.
89
90 depth TODO: NOT YET DOCUMENTED.
91
92 bpp TODO: NOT YET DOCUMENTED.
93
96 Returns an xcb_dri3_buffers_from_pixmap_cookie_t. Errors have to be
97 handled when calling the reply function xcb_dri3_buf‐
98 fers_from_pixmap_reply.
99
100 If you want to handle errors in the event loop instead, use
101 xcb_dri3_buffers_from_pixmap_unchecked. See xcb-requests(3) for de‐
102 tails.
103
105 This request does never generate any errors.
106
109 Generated from dri3.xml. Contact xcb@lists.freedesktop.org for correc‐
110 tions and improvements.
111
112
113
114X Version 11 libxcb 1.13 xcb_dri3_buffers_from_pixmap(3)