std.c.linux.X11.xcb.randr

@defgroup XCB_RandR_API XCB RandR API @brief RandR XCB Protocol Implementation. @{

Members

Enums

XCB_RANDR_ROTATION_ROTATE_0
anonymousenum XCB_RANDR_ROTATION_ROTATE_0
Undocumented in source.
XCB_RANDR_SET_CONFIG_SUCCESS
anonymousenum XCB_RANDR_SET_CONFIG_SUCCESS
Undocumented in source.
XCB_RANDR_SM_SCREEN_CHANGE_NOTIFY
anonymousenum XCB_RANDR_SM_SCREEN_CHANGE_NOTIFY
Undocumented in source.

Functions

xcb_randr_get_screen_info
xcb_randr_get_screen_info_cookie_t xcb_randr_get_screen_info(xcb_connection_t* c, xcb_window_t window)

* * xcb_randr_get_screen_info_cookie_t xcb_randr_get_screen_info * * @param xcb_connection_t *c * @param xcb_window_t window * @returns xcb_randr_get_screen_info_cookie_t *

xcb_randr_get_screen_info_rates_iterator
xcb_randr_refresh_rates_iterator_t xcb_randr_get_screen_info_rates_iterator(xcb_randr_get_screen_info_reply_t* R)

* * xcb_randr_refresh_rates_iterator_t xcb_randr_get_screen_info_rates_iterator * * @param /+const+/ xcb_randr_get_screen_info_reply_t *R * @returns xcb_randr_refresh_rates_iterator_t *

xcb_randr_get_screen_info_rates_length
int xcb_randr_get_screen_info_rates_length(xcb_randr_get_screen_info_reply_t* R)

* * int xcb_randr_get_screen_info_rates_length * * @param /+const+/ xcb_randr_get_screen_info_reply_t *R * @returns int *

xcb_randr_get_screen_info_reply
xcb_randr_get_screen_info_reply_t* xcb_randr_get_screen_info_reply(xcb_connection_t* c, xcb_randr_get_screen_info_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_randr_get_screen_info_reply_t * xcb_randr_get_screen_info_reply * * @param xcb_connection_t *c * @param xcb_randr_get_screen_info_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_randr_get_screen_info_reply_t * *

xcb_randr_get_screen_info_sizes
xcb_randr_screen_size_t* xcb_randr_get_screen_info_sizes(xcb_randr_get_screen_info_reply_t* R)

* * xcb_randr_screen_size_t * xcb_randr_get_screen_info_sizes * * @param /+const+/ xcb_randr_get_screen_info_reply_t *R * @returns xcb_randr_screen_size_t * *

xcb_randr_get_screen_info_sizes_iterator
xcb_randr_screen_size_iterator_t xcb_randr_get_screen_info_sizes_iterator(xcb_randr_get_screen_info_reply_t* R)

* * xcb_randr_screen_size_iterator_t xcb_randr_get_screen_info_sizes_iterator * * @param /+const+/ xcb_randr_get_screen_info_reply_t *R * @returns xcb_randr_screen_size_iterator_t *

xcb_randr_get_screen_info_sizes_length
int xcb_randr_get_screen_info_sizes_length(xcb_randr_get_screen_info_reply_t* R)

* * int xcb_randr_get_screen_info_sizes_length * * @param /+const+/ xcb_randr_get_screen_info_reply_t *R * @returns int *

xcb_randr_get_screen_info_unchecked
xcb_randr_get_screen_info_cookie_t xcb_randr_get_screen_info_unchecked(xcb_connection_t* c, xcb_window_t window)

* * xcb_randr_get_screen_info_cookie_t xcb_randr_get_screen_info_unchecked * * @param xcb_connection_t *c * @param xcb_window_t window * @returns xcb_randr_get_screen_info_cookie_t *

xcb_randr_query_version
xcb_randr_query_version_cookie_t xcb_randr_query_version(xcb_connection_t* c, uint major_version, uint minor_version)

* * xcb_randr_query_version_cookie_t xcb_randr_query_version * * @param xcb_connection_t *c * @param uint major_version * @param uint minor_version * @returns xcb_randr_query_version_cookie_t *

xcb_randr_query_version_reply
xcb_randr_query_version_reply_t* xcb_randr_query_version_reply(xcb_connection_t* c, xcb_randr_query_version_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_randr_query_version_reply_t * xcb_randr_query_version_reply * * @param xcb_connection_t *c * @param xcb_randr_query_version_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_randr_query_version_reply_t * *

xcb_randr_query_version_unchecked
xcb_randr_query_version_cookie_t xcb_randr_query_version_unchecked(xcb_connection_t* c, uint major_version, uint minor_version)

* * xcb_randr_query_version_cookie_t xcb_randr_query_version_unchecked * * @param xcb_connection_t *c * @param uint major_version * @param uint minor_version * @returns xcb_randr_query_version_cookie_t *

xcb_randr_refresh_rates_end
xcb_generic_iterator_t xcb_randr_refresh_rates_end(xcb_randr_refresh_rates_iterator_t i)

* * xcb_generic_iterator_t xcb_randr_refresh_rates_end * * @param xcb_randr_refresh_rates_iterator_t i * @returns xcb_generic_iterator_t *

xcb_randr_refresh_rates_next
void xcb_randr_refresh_rates_next(xcb_randr_refresh_rates_iterator_t* i)

* * void xcb_randr_refresh_rates_next * * @param xcb_randr_refresh_rates_iterator_t *i * @returns void *

xcb_randr_refresh_rates_rates
ushort* xcb_randr_refresh_rates_rates(xcb_randr_refresh_rates_t* R)

* * ushort * xcb_randr_refresh_rates_rates * * @param /+const+/ xcb_randr_refresh_rates_t *R * @returns ushort * *

xcb_randr_refresh_rates_rates_end
xcb_generic_iterator_t xcb_randr_refresh_rates_rates_end(xcb_randr_refresh_rates_t* R)

* * xcb_generic_iterator_t xcb_randr_refresh_rates_rates_end * * @param /+const+/ xcb_randr_refresh_rates_t *R * @returns xcb_generic_iterator_t *

xcb_randr_refresh_rates_rates_length
int xcb_randr_refresh_rates_rates_length(xcb_randr_refresh_rates_t* R)

* * int xcb_randr_refresh_rates_rates_length * * @param /+const+/ xcb_randr_refresh_rates_t *R * @returns int *

xcb_randr_screen_size_end
xcb_generic_iterator_t xcb_randr_screen_size_end(xcb_randr_screen_size_iterator_t i)

* * xcb_generic_iterator_t xcb_randr_screen_size_end * * @param xcb_randr_screen_size_iterator_t i * @returns xcb_generic_iterator_t *

xcb_randr_screen_size_next
void xcb_randr_screen_size_next(xcb_randr_screen_size_iterator_t* i)

* * void xcb_randr_screen_size_next * * @param xcb_randr_screen_size_iterator_t *i * @returns void *

xcb_randr_select_input
xcb_void_cookie_t xcb_randr_select_input(xcb_connection_t* c, xcb_window_t window, ushort enable)

* * xcb_void_cookie_t xcb_randr_select_input * * @param xcb_connection_t *c * @param xcb_window_t window * @param ushort enable * @returns xcb_void_cookie_t *

xcb_randr_select_input_checked
xcb_void_cookie_t xcb_randr_select_input_checked(xcb_connection_t* c, xcb_window_t window, ushort enable)

* * xcb_void_cookie_t xcb_randr_select_input_checked * * @param xcb_connection_t *c * @param xcb_window_t window * @param ushort enable * @returns xcb_void_cookie_t *

xcb_randr_set_screen_config
xcb_randr_set_screen_config_cookie_t xcb_randr_set_screen_config(xcb_connection_t* c, xcb_drawable_t drawable, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, ushort sizeID, short rotation, ushort rate)

* * xcb_randr_set_screen_config_cookie_t xcb_randr_set_screen_config * * @param xcb_connection_t *c * @param xcb_drawable_t drawable * @param xcb_timestamp_t timestamp * @param xcb_timestamp_t config_timestamp * @param ushort sizeID * @param short rotation * @param ushort rate * @returns xcb_randr_set_screen_config_cookie_t *

xcb_randr_set_screen_config_reply
xcb_randr_set_screen_config_reply_t* xcb_randr_set_screen_config_reply(xcb_connection_t* c, xcb_randr_set_screen_config_cookie_t cookie, xcb_generic_error_t** e)

* * xcb_randr_set_screen_config_reply_t * xcb_randr_set_screen_config_reply * * @param xcb_connection_t *c * @param xcb_randr_set_screen_config_cookie_t cookie * @param xcb_generic_error_t **e * @returns xcb_randr_set_screen_config_reply_t * *

xcb_randr_set_screen_config_unchecked
xcb_randr_set_screen_config_cookie_t xcb_randr_set_screen_config_unchecked(xcb_connection_t* c, xcb_drawable_t drawable, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, ushort sizeID, short rotation, ushort rate)

* * xcb_randr_set_screen_config_cookie_t xcb_randr_set_screen_config_unchecked * * @param xcb_connection_t *c * @param xcb_drawable_t drawable * @param xcb_timestamp_t timestamp * @param xcb_timestamp_t config_timestamp * @param ushort sizeID * @param short rotation * @param ushort rate * @returns xcb_randr_set_screen_config_cookie_t *

Structs

xcb_randr_get_screen_info_cookie_t
struct xcb_randr_get_screen_info_cookie_t

@brief xcb_randr_get_screen_info_cookie_t

xcb_randr_get_screen_info_reply_t
struct xcb_randr_get_screen_info_reply_t

@brief xcb_randr_get_screen_info_reply_t

xcb_randr_get_screen_info_request_t
struct xcb_randr_get_screen_info_request_t

@brief xcb_randr_get_screen_info_request_t

xcb_randr_query_version_cookie_t
struct xcb_randr_query_version_cookie_t

@brief xcb_randr_query_version_cookie_t

xcb_randr_query_version_reply_t
struct xcb_randr_query_version_reply_t

@brief xcb_randr_query_version_reply_t

xcb_randr_query_version_request_t
struct xcb_randr_query_version_request_t

@brief xcb_randr_query_version_request_t

xcb_randr_refresh_rates_iterator_t
struct xcb_randr_refresh_rates_iterator_t

@brief xcb_randr_refresh_rates_iterator_t

xcb_randr_refresh_rates_t
struct xcb_randr_refresh_rates_t

@brief xcb_randr_refresh_rates_t

xcb_randr_screen_change_notify_event_t
struct xcb_randr_screen_change_notify_event_t

@brief xcb_randr_screen_change_notify_event_t

xcb_randr_screen_size_iterator_t
struct xcb_randr_screen_size_iterator_t

@brief xcb_randr_screen_size_iterator_t

xcb_randr_screen_size_t
struct xcb_randr_screen_size_t

@brief xcb_randr_screen_size_t

xcb_randr_select_input_request_t
struct xcb_randr_select_input_request_t

@brief xcb_randr_select_input_request_t

xcb_randr_set_screen_config_cookie_t
struct xcb_randr_set_screen_config_cookie_t

@brief xcb_randr_set_screen_config_cookie_t

xcb_randr_set_screen_config_reply_t
struct xcb_randr_set_screen_config_reply_t

@brief xcb_randr_set_screen_config_reply_t

xcb_randr_set_screen_config_request_t
struct xcb_randr_set_screen_config_request_t

@brief xcb_randr_set_screen_config_request_t

Variables

XCB_RANDR_GET_SCREEN_INFO
uint XCB_RANDR_GET_SCREEN_INFO;

Opcode for xcb_randr_get_screen_info.

XCB_RANDR_MAJOR_VERSION
int XCB_RANDR_MAJOR_VERSION;
Undocumented in source.
XCB_RANDR_MINOR_VERSION
int XCB_RANDR_MINOR_VERSION;
Undocumented in source.
XCB_RANDR_QUERY_VERSION
uint XCB_RANDR_QUERY_VERSION;

Opcode for xcb_randr_query_version.

XCB_RANDR_SCREEN_CHANGE_NOTIFY
uint XCB_RANDR_SCREEN_CHANGE_NOTIFY;

Opcode for xcb_randr_screen_change_notify.

XCB_RANDR_SELECT_INPUT
uint XCB_RANDR_SELECT_INPUT;

Opcode for xcb_randr_select_input.

XCB_RANDR_SET_SCREEN_CONFIG
uint XCB_RANDR_SET_SCREEN_CONFIG;

Opcode for xcb_randr_set_screen_config.

xcb_randr_id
xcb_extension_t xcb_randr_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta