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

NAME

6       xcb_randr_set_crtc_config -
7

SYNOPSIS

9       #include <xcb/randr.h>
10
11   Request function
12       xcb_randr_set_crtc_config_cookie_t
13              xcb_randr_set_crtc_config(xcb_connection_t *conn,
14              xcb_randr_crtc_t crtc, xcb_timestamp_t timestamp,
15              xcb_timestamp_t config_timestamp, int16_t x, int16_t y,
16              xcb_randr_mode_t mode, uint16_t rotation, uint32_t outputs_len,
17              const xcb_randr_output_t *outputs);
18
19   Reply datastructure
20       typedef struct xcb_randr_set_crtc_config_reply_t {
21           uint8_t         response_type;
22           uint8_t         status;
23           uint16_t        sequence;
24           uint32_t        length;
25           xcb_timestamp_t timestamp;
26           uint8_t         pad0[20];
27       } xcb_randr_set_crtc_config_reply_t;
28
29   Reply function
30       xcb_randr_set_crtc_config_reply_t
31              *xcb_randr_set_crtc_config_reply(xcb_connection_t *conn,
32              xcb_randr_set_crtc_config_cookie_t cookie,
33              xcb_generic_error_t **e);
34

REQUEST ARGUMENTS

36       conn      The XCB connection to X11.
37
38       crtc      TODO: NOT YET DOCUMENTED.
39
40       timestamp TODO: NOT YET DOCUMENTED.
41
42       config_timestamp
43                 TODO: NOT YET DOCUMENTED.
44
45       x         TODO: NOT YET DOCUMENTED.
46
47       y         TODO: NOT YET DOCUMENTED.
48
49       mode      TODO: NOT YET DOCUMENTED.
50
51       rotation  TODO: NOT YET DOCUMENTED.
52
53       outputs_len
54                 TODO: NOT YET DOCUMENTED.
55
56       outputs   TODO: NOT YET DOCUMENTED.
57

REPLY FIELDS

59       response_type
60                 The type of this reply, in this case XCB_RANDR_SET_CRTC_CON‐
61                 FIG. This field is also present in the xcb_generic_reply_t
62                 and can be 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
69       status    TODO: NOT YET DOCUMENTED.
70
71       timestamp TODO: NOT YET DOCUMENTED.
72

DESCRIPTION

RETURN VALUE

75       Returns an xcb_randr_set_crtc_config_cookie_t. Errors have to be han‐
76       dled when calling the reply function xcb_randr_set_crtc_config_reply.
77
78       If you want to handle errors in the event loop instead, use xcb_ran‐
79       dr_set_crtc_config_unchecked. See xcb-requests(3) for details.
80

ERRORS

82       This request does never generate any errors.
83

SEE ALSO

AUTHOR

86       Generated from randr.xml. Contact xcb@lists.freedesktop.org for correc‐
87       tions and improvements.
88
89
90
91X Version 11                      libxcb 1.13     xcb_randr_set_crtc_config(3)
Impressum