1xcb_glx_get_separable_filter(3) XCB Requests xcb_glx_get_separable_filter(3)
2
3
4
6 xcb_glx_get_separable_filter -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_glx_get_separable_filter_cookie_t
13 xcb_glx_get_separable_filter(xcb_connection_t *conn,
14 xcb_glx_context_tag_t context_tag, uint32_t target,
15 uint32_t format, uint32_t type, uint8_t swap_bytes);
16
17 Reply datastructure
18 typedef struct xcb_glx_get_separable_filter_reply_t {
19 uint8_t response_type;
20 uint8_t pad0;
21 uint16_t sequence;
22 uint32_t length;
23 uint8_t pad1[8];
24 int32_t row_w;
25 int32_t col_h;
26 uint8_t pad2[8];
27 } xcb_glx_get_separable_filter_reply_t;
28
29 Reply function
30 xcb_glx_get_separable_filter_reply_t
31 *xcb_glx_get_separable_filter_reply(xcb_connection_t *conn,
32 xcb_glx_get_separable_filter_cookie_t cookie,
33 xcb_generic_error_t **e);
34
35 Reply accessors
36 uint8_t *xcb_glx_get_separable_filter_rows_and_cols(const
37 xcb_glx_get_separable_filter_request_t *reply);
38
39 int xcb_glx_get_separable_filter_rows_and_cols_length(const
40 xcb_glx_get_separable_filter_reply_t *reply);
41
42 xcb_generic_iterator_t
43 xcb_glx_get_separable_filter_rows_and_cols_end(const
44 xcb_glx_get_separable_filter_reply_t *reply);
45
47 conn The XCB connection to X11.
48
49 context_tag
50 TODO: NOT YET DOCUMENTED.
51
52 target TODO: NOT YET DOCUMENTED.
53
54 format TODO: NOT YET DOCUMENTED.
55
56 type TODO: NOT YET DOCUMENTED.
57
58 swap_bytes
59 TODO: NOT YET DOCUMENTED.
60
62 response_type
63 The type of this reply, in this case XCB_GLX_GET_SEPARA‐
64 BLE_FILTER. This field is also present in the xcb_generic_re‐
65 ply_t and can be used to tell replies apart from each other.
66
67 sequence The sequence number of the last request processed by the X11
68 server.
69
70 length The length of the reply, in words (a word is 4 bytes).
71
72 row_w TODO: NOT YET DOCUMENTED.
73
74 col_h TODO: NOT YET DOCUMENTED.
75
78 Returns an xcb_glx_get_separable_filter_cookie_t. Errors have to be
79 handled when calling the reply function xcb_glx_get_separable_fil‐
80 ter_reply.
81
82 If you want to handle errors in the event loop instead, use
83 xcb_glx_get_separable_filter_unchecked. See xcb-requests(3) for de‐
84 tails.
85
87 This request does never generate any errors.
88
91 Generated from glx.xml. Contact xcb@lists.freedesktop.org for correc‐
92 tions and improvements.
93
94
95
96X Version 11 libxcb 1.13 xcb_glx_get_separable_filter(3)