* * 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_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 *
* * 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_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_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_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 *
* * 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_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_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_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_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_generic_iterator_t xcb_randr_refresh_rates_end * * @param xcb_randr_refresh_rates_iterator_t i * @returns xcb_generic_iterator_t *
* * void xcb_randr_refresh_rates_next * * @param xcb_randr_refresh_rates_iterator_t *i * @returns void *
* * ushort * xcb_randr_refresh_rates_rates * * @param /+const+/ xcb_randr_refresh_rates_t *R * @returns ushort * *
* * xcb_generic_iterator_t xcb_randr_refresh_rates_rates_end * * @param /+const+/ xcb_randr_refresh_rates_t *R * @returns xcb_generic_iterator_t *
* * int xcb_randr_refresh_rates_rates_length * * @param /+const+/ xcb_randr_refresh_rates_t *R * @returns int *
* * xcb_generic_iterator_t xcb_randr_screen_size_end * * @param xcb_randr_screen_size_iterator_t i * @returns xcb_generic_iterator_t *
* * void xcb_randr_screen_size_next * * @param xcb_randr_screen_size_iterator_t *i * @returns void *
* * 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_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_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_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_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 *
@brief xcb_randr_get_screen_info_cookie_t
@brief xcb_randr_get_screen_info_reply_t
@brief xcb_randr_get_screen_info_request_t
@brief xcb_randr_query_version_cookie_t
@brief xcb_randr_query_version_reply_t
@brief xcb_randr_query_version_request_t
@brief xcb_randr_refresh_rates_iterator_t
@brief xcb_randr_refresh_rates_t
@brief xcb_randr_screen_change_notify_event_t
@brief xcb_randr_screen_size_iterator_t
@brief xcb_randr_screen_size_t
@brief xcb_randr_select_input_request_t
@brief xcb_randr_set_screen_config_cookie_t
@brief xcb_randr_set_screen_config_reply_t
@brief xcb_randr_set_screen_config_request_t
Opcode for xcb_randr_get_screen_info.
Opcode for xcb_randr_query_version.
Opcode for xcb_randr_screen_change_notify.
Opcode for xcb_randr_select_input.
Opcode for xcb_randr_set_screen_config.
@defgroup XCB_RandR_API XCB RandR API @brief RandR XCB Protocol Implementation. @{