1xcb_glx_get_minmax(3)            XCB Requests            xcb_glx_get_minmax(3)
2
3
4

NAME

6       xcb_glx_get_minmax -
7

SYNOPSIS

9       #include <xcb/glx.h>
10
11   Request function
12       xcb_glx_get_minmax_cookie_t xcb_glx_get_minmax(xcb_connection_t *conn,
13              xcb_glx_context_tag_t context_tag, uint32_t target,
14              uint32_t format, uint32_t type, uint8_t swap_bytes,
15              uint8_t reset);
16
17   Reply datastructure
18       typedef struct xcb_glx_get_minmax_reply_t {
19           uint8_t  response_type;
20           uint8_t  pad0;
21           uint16_t sequence;
22           uint32_t length;
23           uint8_t  pad1[24];
24       } xcb_glx_get_minmax_reply_t;
25
26   Reply function
27       xcb_glx_get_minmax_reply_t
28              *xcb_glx_get_minmax_reply(xcb_connection_t *conn,
29              xcb_glx_get_minmax_cookie_t cookie, xcb_generic_error_t **e);
30
31   Reply accessors
32       uint8_t *xcb_glx_get_minmax_data(const xcb_glx_get_minmax_request_t
33              *reply);
34
35       int xcb_glx_get_minmax_data_length(const xcb_glx_get_minmax_reply_t
36              *reply);
37
38       xcb_generic_iterator_t xcb_glx_get_minmax_data_end(const
39              xcb_glx_get_minmax_reply_t *reply);
40

REQUEST ARGUMENTS

42       conn      The XCB connection to X11.
43
44       context_tag
45                 TODO: NOT YET DOCUMENTED.
46
47       target    TODO: NOT YET DOCUMENTED.
48
49       format    TODO: NOT YET DOCUMENTED.
50
51       type      TODO: NOT YET DOCUMENTED.
52
53       swap_bytes
54                 TODO: NOT YET DOCUMENTED.
55
56       reset     TODO: NOT YET DOCUMENTED.
57

REPLY FIELDS

59       response_type
60                 The type of this reply, in this case XCB_GLX_GET_MINMAX. This
61                 field is also present in the xcb_generic_reply_t and can be
62                 used to tell replies apart from each other.
63
64       sequence  The sequence number of the last request processed by the X11
65                 server.
66
67       length    The length of the reply, in words (a word is 4 bytes).
68

DESCRIPTION

RETURN VALUE

71       Returns an xcb_glx_get_minmax_cookie_t. Errors have to be handled when
72       calling the reply function xcb_glx_get_minmax_reply.
73
74       If you want to handle errors in the event loop instead, use
75       xcb_glx_get_minmax_unchecked. See xcb-requests(3) for details.
76

ERRORS

78       This request does never generate any errors.
79

SEE ALSO

AUTHOR

82       Generated from glx.xml. Contact xcb@lists.freedesktop.org for correcā€
83       tions and improvements.
84
85
86
87X Version 11                      libxcb 1.13            xcb_glx_get_minmax(3)
Impressum