jpayne@69: /* jpayne@69: * This file generated automatically from randr.xml by c_client.py. jpayne@69: * Edit at your peril. jpayne@69: */ jpayne@69: jpayne@69: /** jpayne@69: * @defgroup XCB_RandR_API XCB RandR API jpayne@69: * @brief RandR XCB Protocol Implementation. jpayne@69: * @{ jpayne@69: **/ jpayne@69: jpayne@69: #ifndef __RANDR_H jpayne@69: #define __RANDR_H jpayne@69: jpayne@69: #include "xcb.h" jpayne@69: #include "xproto.h" jpayne@69: #include "render.h" jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: extern "C" { jpayne@69: #endif jpayne@69: jpayne@69: #define XCB_RANDR_MAJOR_VERSION 1 jpayne@69: #define XCB_RANDR_MINOR_VERSION 6 jpayne@69: jpayne@69: extern xcb_extension_t xcb_randr_id; jpayne@69: jpayne@69: typedef uint32_t xcb_randr_mode_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_mode_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_mode_iterator_t { jpayne@69: xcb_randr_mode_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_mode_iterator_t; jpayne@69: jpayne@69: typedef uint32_t xcb_randr_crtc_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_crtc_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_crtc_iterator_t { jpayne@69: xcb_randr_crtc_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_crtc_iterator_t; jpayne@69: jpayne@69: typedef uint32_t xcb_randr_output_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_output_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_output_iterator_t { jpayne@69: xcb_randr_output_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_output_iterator_t; jpayne@69: jpayne@69: typedef uint32_t xcb_randr_provider_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_provider_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_provider_iterator_t { jpayne@69: xcb_randr_provider_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_provider_iterator_t; jpayne@69: jpayne@69: typedef uint32_t xcb_randr_lease_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_lease_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_lease_iterator_t { jpayne@69: xcb_randr_lease_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_lease_iterator_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_bad_output. */ jpayne@69: #define XCB_RANDR_BAD_OUTPUT 0 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_bad_output_error_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_bad_output_error_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t error_code; jpayne@69: uint16_t sequence; jpayne@69: uint32_t bad_value; jpayne@69: uint16_t minor_opcode; jpayne@69: uint8_t major_opcode; jpayne@69: } xcb_randr_bad_output_error_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_bad_crtc. */ jpayne@69: #define XCB_RANDR_BAD_CRTC 1 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_bad_crtc_error_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_bad_crtc_error_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t error_code; jpayne@69: uint16_t sequence; jpayne@69: uint32_t bad_value; jpayne@69: uint16_t minor_opcode; jpayne@69: uint8_t major_opcode; jpayne@69: } xcb_randr_bad_crtc_error_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_bad_mode. */ jpayne@69: #define XCB_RANDR_BAD_MODE 2 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_bad_mode_error_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_bad_mode_error_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t error_code; jpayne@69: uint16_t sequence; jpayne@69: uint32_t bad_value; jpayne@69: uint16_t minor_opcode; jpayne@69: uint8_t major_opcode; jpayne@69: } xcb_randr_bad_mode_error_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_bad_provider. */ jpayne@69: #define XCB_RANDR_BAD_PROVIDER 3 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_bad_provider_error_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_bad_provider_error_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t error_code; jpayne@69: uint16_t sequence; jpayne@69: uint32_t bad_value; jpayne@69: uint16_t minor_opcode; jpayne@69: uint8_t major_opcode; jpayne@69: } xcb_randr_bad_provider_error_t; jpayne@69: jpayne@69: typedef enum xcb_randr_rotation_t { jpayne@69: XCB_RANDR_ROTATION_ROTATE_0 = 1, jpayne@69: XCB_RANDR_ROTATION_ROTATE_90 = 2, jpayne@69: XCB_RANDR_ROTATION_ROTATE_180 = 4, jpayne@69: XCB_RANDR_ROTATION_ROTATE_270 = 8, jpayne@69: XCB_RANDR_ROTATION_REFLECT_X = 16, jpayne@69: XCB_RANDR_ROTATION_REFLECT_Y = 32 jpayne@69: } xcb_randr_rotation_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_screen_size_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_screen_size_t { jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: uint16_t mwidth; jpayne@69: uint16_t mheight; jpayne@69: } xcb_randr_screen_size_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_screen_size_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_screen_size_iterator_t { jpayne@69: xcb_randr_screen_size_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_screen_size_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_refresh_rates_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_refresh_rates_t { jpayne@69: uint16_t nRates; jpayne@69: } xcb_randr_refresh_rates_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_refresh_rates_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_refresh_rates_iterator_t { jpayne@69: xcb_randr_refresh_rates_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_refresh_rates_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_version_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_version_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_query_version_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_query_version. */ jpayne@69: #define XCB_RANDR_QUERY_VERSION 0 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_version_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_version_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: uint32_t major_version; jpayne@69: uint32_t minor_version; jpayne@69: } xcb_randr_query_version_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_version_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_version_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint32_t major_version; jpayne@69: uint32_t minor_version; jpayne@69: uint8_t pad1[16]; jpayne@69: } xcb_randr_query_version_reply_t; jpayne@69: jpayne@69: typedef enum xcb_randr_set_config_t { jpayne@69: XCB_RANDR_SET_CONFIG_SUCCESS = 0, jpayne@69: XCB_RANDR_SET_CONFIG_INVALID_CONFIG_TIME = 1, jpayne@69: XCB_RANDR_SET_CONFIG_INVALID_TIME = 2, jpayne@69: XCB_RANDR_SET_CONFIG_FAILED = 3 jpayne@69: } xcb_randr_set_config_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_screen_config_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_screen_config_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_set_screen_config_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_screen_config. */ jpayne@69: #define XCB_RANDR_SET_SCREEN_CONFIG 2 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_screen_config_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_screen_config_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: uint16_t sizeID; jpayne@69: uint16_t rotation; jpayne@69: uint16_t rate; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_set_screen_config_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_screen_config_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_screen_config_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t status; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t new_timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: xcb_window_t root; jpayne@69: uint16_t subpixel_order; jpayne@69: uint8_t pad0[10]; jpayne@69: } xcb_randr_set_screen_config_reply_t; jpayne@69: jpayne@69: typedef enum xcb_randr_notify_mask_t { jpayne@69: XCB_RANDR_NOTIFY_MASK_SCREEN_CHANGE = 1, jpayne@69: XCB_RANDR_NOTIFY_MASK_CRTC_CHANGE = 2, jpayne@69: XCB_RANDR_NOTIFY_MASK_OUTPUT_CHANGE = 4, jpayne@69: XCB_RANDR_NOTIFY_MASK_OUTPUT_PROPERTY = 8, jpayne@69: XCB_RANDR_NOTIFY_MASK_PROVIDER_CHANGE = 16, jpayne@69: XCB_RANDR_NOTIFY_MASK_PROVIDER_PROPERTY = 32, jpayne@69: XCB_RANDR_NOTIFY_MASK_RESOURCE_CHANGE = 64, jpayne@69: XCB_RANDR_NOTIFY_MASK_LEASE = 128 jpayne@69: } xcb_randr_notify_mask_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_select_input. */ jpayne@69: #define XCB_RANDR_SELECT_INPUT 4 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_select_input_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_select_input_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: uint16_t enable; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_select_input_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_info_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_info_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_screen_info_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_screen_info. */ jpayne@69: #define XCB_RANDR_GET_SCREEN_INFO 5 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_info_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_info_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: } xcb_randr_get_screen_info_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_info_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_info_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t rotations; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_window_t root; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: uint16_t nSizes; jpayne@69: uint16_t sizeID; jpayne@69: uint16_t rotation; jpayne@69: uint16_t rate; jpayne@69: uint16_t nInfo; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_get_screen_info_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_size_range_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_size_range_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_screen_size_range_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_screen_size_range. */ jpayne@69: #define XCB_RANDR_GET_SCREEN_SIZE_RANGE 6 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_size_range_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_size_range_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: } xcb_randr_get_screen_size_range_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_size_range_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_size_range_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint16_t min_width; jpayne@69: uint16_t min_height; jpayne@69: uint16_t max_width; jpayne@69: uint16_t max_height; jpayne@69: uint8_t pad1[16]; jpayne@69: } xcb_randr_get_screen_size_range_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_screen_size. */ jpayne@69: #define XCB_RANDR_SET_SCREEN_SIZE 7 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_screen_size_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_screen_size_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: uint32_t mm_width; jpayne@69: uint32_t mm_height; jpayne@69: } xcb_randr_set_screen_size_request_t; jpayne@69: jpayne@69: typedef enum xcb_randr_mode_flag_t { jpayne@69: XCB_RANDR_MODE_FLAG_HSYNC_POSITIVE = 1, jpayne@69: XCB_RANDR_MODE_FLAG_HSYNC_NEGATIVE = 2, jpayne@69: XCB_RANDR_MODE_FLAG_VSYNC_POSITIVE = 4, jpayne@69: XCB_RANDR_MODE_FLAG_VSYNC_NEGATIVE = 8, jpayne@69: XCB_RANDR_MODE_FLAG_INTERLACE = 16, jpayne@69: XCB_RANDR_MODE_FLAG_DOUBLE_SCAN = 32, jpayne@69: XCB_RANDR_MODE_FLAG_CSYNC = 64, jpayne@69: XCB_RANDR_MODE_FLAG_CSYNC_POSITIVE = 128, jpayne@69: XCB_RANDR_MODE_FLAG_CSYNC_NEGATIVE = 256, jpayne@69: XCB_RANDR_MODE_FLAG_HSKEW_PRESENT = 512, jpayne@69: XCB_RANDR_MODE_FLAG_BCAST = 1024, jpayne@69: XCB_RANDR_MODE_FLAG_PIXEL_MULTIPLEX = 2048, jpayne@69: XCB_RANDR_MODE_FLAG_DOUBLE_CLOCK = 4096, jpayne@69: XCB_RANDR_MODE_FLAG_HALVE_CLOCK = 8192 jpayne@69: } xcb_randr_mode_flag_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_mode_info_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_mode_info_t { jpayne@69: uint32_t id; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: uint32_t dot_clock; jpayne@69: uint16_t hsync_start; jpayne@69: uint16_t hsync_end; jpayne@69: uint16_t htotal; jpayne@69: uint16_t hskew; jpayne@69: uint16_t vsync_start; jpayne@69: uint16_t vsync_end; jpayne@69: uint16_t vtotal; jpayne@69: uint16_t name_len; jpayne@69: uint32_t mode_flags; jpayne@69: } xcb_randr_mode_info_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_mode_info_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_mode_info_iterator_t { jpayne@69: xcb_randr_mode_info_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_mode_info_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_resources_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_resources_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_screen_resources_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_screen_resources. */ jpayne@69: #define XCB_RANDR_GET_SCREEN_RESOURCES 8 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_resources_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_resources_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: } xcb_randr_get_screen_resources_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_resources_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_resources_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: uint16_t num_crtcs; jpayne@69: uint16_t num_outputs; jpayne@69: uint16_t num_modes; jpayne@69: uint16_t names_len; jpayne@69: uint8_t pad1[8]; jpayne@69: } xcb_randr_get_screen_resources_reply_t; jpayne@69: jpayne@69: typedef enum xcb_randr_connection_t { jpayne@69: XCB_RANDR_CONNECTION_CONNECTED = 0, jpayne@69: XCB_RANDR_CONNECTION_DISCONNECTED = 1, jpayne@69: XCB_RANDR_CONNECTION_UNKNOWN = 2 jpayne@69: } xcb_randr_connection_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_info_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_info_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_output_info_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_output_info. */ jpayne@69: #define XCB_RANDR_GET_OUTPUT_INFO 9 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_info_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_info_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: } xcb_randr_get_output_info_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_info_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_info_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t status; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: uint32_t mm_width; jpayne@69: uint32_t mm_height; jpayne@69: uint8_t connection; jpayne@69: uint8_t subpixel_order; jpayne@69: uint16_t num_crtcs; jpayne@69: uint16_t num_modes; jpayne@69: uint16_t num_preferred; jpayne@69: uint16_t num_clones; jpayne@69: uint16_t name_len; jpayne@69: } xcb_randr_get_output_info_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_list_output_properties_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_list_output_properties_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_list_output_properties_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_list_output_properties. */ jpayne@69: #define XCB_RANDR_LIST_OUTPUT_PROPERTIES 10 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_list_output_properties_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_list_output_properties_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: } xcb_randr_list_output_properties_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_list_output_properties_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_list_output_properties_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint16_t num_atoms; jpayne@69: uint8_t pad1[22]; jpayne@69: } xcb_randr_list_output_properties_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_output_property_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_output_property_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_query_output_property_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_query_output_property. */ jpayne@69: #define XCB_RANDR_QUERY_OUTPUT_PROPERTY 11 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_output_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_output_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_atom_t property; jpayne@69: } xcb_randr_query_output_property_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_output_property_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_output_property_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint8_t pending; jpayne@69: uint8_t range; jpayne@69: uint8_t immutable; jpayne@69: uint8_t pad1[21]; jpayne@69: } xcb_randr_query_output_property_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_configure_output_property. */ jpayne@69: #define XCB_RANDR_CONFIGURE_OUTPUT_PROPERTY 12 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_configure_output_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_configure_output_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_atom_t property; jpayne@69: uint8_t pending; jpayne@69: uint8_t range; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_configure_output_property_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_change_output_property. */ jpayne@69: #define XCB_RANDR_CHANGE_OUTPUT_PROPERTY 13 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_change_output_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_change_output_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_atom_t property; jpayne@69: xcb_atom_t type; jpayne@69: uint8_t format; jpayne@69: uint8_t mode; jpayne@69: uint8_t pad0[2]; jpayne@69: uint32_t num_units; jpayne@69: } xcb_randr_change_output_property_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_delete_output_property. */ jpayne@69: #define XCB_RANDR_DELETE_OUTPUT_PROPERTY 14 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_delete_output_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_delete_output_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_atom_t property; jpayne@69: } xcb_randr_delete_output_property_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_property_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_property_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_output_property_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_output_property. */ jpayne@69: #define XCB_RANDR_GET_OUTPUT_PROPERTY 15 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_atom_t property; jpayne@69: xcb_atom_t type; jpayne@69: uint32_t long_offset; jpayne@69: uint32_t long_length; jpayne@69: uint8_t _delete; jpayne@69: uint8_t pending; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_get_output_property_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_property_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_property_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t format; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_atom_t type; jpayne@69: uint32_t bytes_after; jpayne@69: uint32_t num_items; jpayne@69: uint8_t pad0[12]; jpayne@69: } xcb_randr_get_output_property_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_create_mode_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_create_mode_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_create_mode_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_create_mode. */ jpayne@69: #define XCB_RANDR_CREATE_MODE 16 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_create_mode_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_create_mode_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_mode_info_t mode_info; jpayne@69: } xcb_randr_create_mode_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_create_mode_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_create_mode_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_randr_mode_t mode; jpayne@69: uint8_t pad1[20]; jpayne@69: } xcb_randr_create_mode_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_destroy_mode. */ jpayne@69: #define XCB_RANDR_DESTROY_MODE 17 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_destroy_mode_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_destroy_mode_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_mode_t mode; jpayne@69: } xcb_randr_destroy_mode_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_add_output_mode. */ jpayne@69: #define XCB_RANDR_ADD_OUTPUT_MODE 18 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_add_output_mode_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_add_output_mode_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_randr_mode_t mode; jpayne@69: } xcb_randr_add_output_mode_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_delete_output_mode. */ jpayne@69: #define XCB_RANDR_DELETE_OUTPUT_MODE 19 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_delete_output_mode_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_delete_output_mode_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_randr_mode_t mode; jpayne@69: } xcb_randr_delete_output_mode_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_info_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_info_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_crtc_info_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_crtc_info. */ jpayne@69: #define XCB_RANDR_GET_CRTC_INFO 20 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_info_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_info_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: } xcb_randr_get_crtc_info_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_info_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_info_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t status; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: int16_t x; jpayne@69: int16_t y; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: xcb_randr_mode_t mode; jpayne@69: uint16_t rotation; jpayne@69: uint16_t rotations; jpayne@69: uint16_t num_outputs; jpayne@69: uint16_t num_possible_outputs; jpayne@69: } xcb_randr_get_crtc_info_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_crtc_config_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_crtc_config_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_set_crtc_config_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_crtc_config. */ jpayne@69: #define XCB_RANDR_SET_CRTC_CONFIG 21 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_crtc_config_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_crtc_config_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: int16_t x; jpayne@69: int16_t y; jpayne@69: xcb_randr_mode_t mode; jpayne@69: uint16_t rotation; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_set_crtc_config_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_crtc_config_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_crtc_config_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t status; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint8_t pad0[20]; jpayne@69: } xcb_randr_set_crtc_config_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_gamma_size_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_gamma_size_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_crtc_gamma_size_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_crtc_gamma_size. */ jpayne@69: #define XCB_RANDR_GET_CRTC_GAMMA_SIZE 22 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_gamma_size_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_gamma_size_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: } xcb_randr_get_crtc_gamma_size_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_gamma_size_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_gamma_size_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint16_t size; jpayne@69: uint8_t pad1[22]; jpayne@69: } xcb_randr_get_crtc_gamma_size_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_gamma_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_gamma_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_crtc_gamma_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_crtc_gamma. */ jpayne@69: #define XCB_RANDR_GET_CRTC_GAMMA 23 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_gamma_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_gamma_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: } xcb_randr_get_crtc_gamma_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_gamma_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_gamma_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint16_t size; jpayne@69: uint8_t pad1[22]; jpayne@69: } xcb_randr_get_crtc_gamma_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_crtc_gamma. */ jpayne@69: #define XCB_RANDR_SET_CRTC_GAMMA 24 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_crtc_gamma_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_crtc_gamma_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: uint16_t size; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_set_crtc_gamma_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_resources_current_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_resources_current_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_screen_resources_current_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_screen_resources_current. */ jpayne@69: #define XCB_RANDR_GET_SCREEN_RESOURCES_CURRENT 25 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_resources_current_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_resources_current_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: } xcb_randr_get_screen_resources_current_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_screen_resources_current_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_screen_resources_current_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: uint16_t num_crtcs; jpayne@69: uint16_t num_outputs; jpayne@69: uint16_t num_modes; jpayne@69: uint16_t names_len; jpayne@69: uint8_t pad1[8]; jpayne@69: } xcb_randr_get_screen_resources_current_reply_t; jpayne@69: jpayne@69: typedef enum xcb_randr_transform_t { jpayne@69: XCB_RANDR_TRANSFORM_UNIT = 1, jpayne@69: XCB_RANDR_TRANSFORM_SCALE_UP = 2, jpayne@69: XCB_RANDR_TRANSFORM_SCALE_DOWN = 4, jpayne@69: XCB_RANDR_TRANSFORM_PROJECTIVE = 8 jpayne@69: } xcb_randr_transform_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_crtc_transform. */ jpayne@69: #define XCB_RANDR_SET_CRTC_TRANSFORM 26 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_crtc_transform_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_crtc_transform_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: xcb_render_transform_t transform; jpayne@69: uint16_t filter_len; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_set_crtc_transform_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_transform_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_transform_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_crtc_transform_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_crtc_transform. */ jpayne@69: #define XCB_RANDR_GET_CRTC_TRANSFORM 27 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_transform_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_transform_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: } xcb_randr_get_crtc_transform_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_crtc_transform_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_crtc_transform_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_render_transform_t pending_transform; jpayne@69: uint8_t has_transforms; jpayne@69: uint8_t pad1[3]; jpayne@69: xcb_render_transform_t current_transform; jpayne@69: uint8_t pad2[4]; jpayne@69: uint16_t pending_len; jpayne@69: uint16_t pending_nparams; jpayne@69: uint16_t current_len; jpayne@69: uint16_t current_nparams; jpayne@69: } xcb_randr_get_crtc_transform_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_panning_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_panning_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_panning_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_panning. */ jpayne@69: #define XCB_RANDR_GET_PANNING 28 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_panning_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_panning_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: } xcb_randr_get_panning_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_panning_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_panning_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t status; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint16_t left; jpayne@69: uint16_t top; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: uint16_t track_left; jpayne@69: uint16_t track_top; jpayne@69: uint16_t track_width; jpayne@69: uint16_t track_height; jpayne@69: int16_t border_left; jpayne@69: int16_t border_top; jpayne@69: int16_t border_right; jpayne@69: int16_t border_bottom; jpayne@69: } xcb_randr_get_panning_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_panning_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_panning_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_set_panning_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_panning. */ jpayne@69: #define XCB_RANDR_SET_PANNING 29 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_panning_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_panning_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint16_t left; jpayne@69: uint16_t top; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: uint16_t track_left; jpayne@69: uint16_t track_top; jpayne@69: uint16_t track_width; jpayne@69: uint16_t track_height; jpayne@69: int16_t border_left; jpayne@69: int16_t border_top; jpayne@69: int16_t border_right; jpayne@69: int16_t border_bottom; jpayne@69: } xcb_randr_set_panning_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_panning_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_panning_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t status; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: } xcb_randr_set_panning_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_output_primary. */ jpayne@69: #define XCB_RANDR_SET_OUTPUT_PRIMARY 30 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_output_primary_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_output_primary_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_output_t output; jpayne@69: } xcb_randr_set_output_primary_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_primary_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_primary_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_output_primary_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_output_primary. */ jpayne@69: #define XCB_RANDR_GET_OUTPUT_PRIMARY 31 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_primary_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_primary_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: } xcb_randr_get_output_primary_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_output_primary_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_output_primary_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_randr_output_t output; jpayne@69: } xcb_randr_get_output_primary_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_providers_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_providers_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_providers_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_providers. */ jpayne@69: #define XCB_RANDR_GET_PROVIDERS 32 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_providers_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_providers_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: } xcb_randr_get_providers_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_providers_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_providers_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint16_t num_providers; jpayne@69: uint8_t pad1[18]; jpayne@69: } xcb_randr_get_providers_reply_t; jpayne@69: jpayne@69: typedef enum xcb_randr_provider_capability_t { jpayne@69: XCB_RANDR_PROVIDER_CAPABILITY_SOURCE_OUTPUT = 1, jpayne@69: XCB_RANDR_PROVIDER_CAPABILITY_SINK_OUTPUT = 2, jpayne@69: XCB_RANDR_PROVIDER_CAPABILITY_SOURCE_OFFLOAD = 4, jpayne@69: XCB_RANDR_PROVIDER_CAPABILITY_SINK_OFFLOAD = 8 jpayne@69: } xcb_randr_provider_capability_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_provider_info_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_provider_info_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_provider_info_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_provider_info. */ jpayne@69: #define XCB_RANDR_GET_PROVIDER_INFO 33 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_provider_info_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_provider_info_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: } xcb_randr_get_provider_info_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_provider_info_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_provider_info_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t status; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint32_t capabilities; jpayne@69: uint16_t num_crtcs; jpayne@69: uint16_t num_outputs; jpayne@69: uint16_t num_associated_providers; jpayne@69: uint16_t name_len; jpayne@69: uint8_t pad0[8]; jpayne@69: } xcb_randr_get_provider_info_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_provider_offload_sink. */ jpayne@69: #define XCB_RANDR_SET_PROVIDER_OFFLOAD_SINK 34 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_provider_offload_sink_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_provider_offload_sink_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_randr_provider_t sink_provider; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: } xcb_randr_set_provider_offload_sink_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_provider_output_source. */ jpayne@69: #define XCB_RANDR_SET_PROVIDER_OUTPUT_SOURCE 35 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_provider_output_source_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_provider_output_source_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_randr_provider_t source_provider; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: } xcb_randr_set_provider_output_source_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_list_provider_properties_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_list_provider_properties_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_list_provider_properties_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_list_provider_properties. */ jpayne@69: #define XCB_RANDR_LIST_PROVIDER_PROPERTIES 36 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_list_provider_properties_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_list_provider_properties_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: } xcb_randr_list_provider_properties_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_list_provider_properties_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_list_provider_properties_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint16_t num_atoms; jpayne@69: uint8_t pad1[22]; jpayne@69: } xcb_randr_list_provider_properties_reply_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_provider_property_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_provider_property_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_query_provider_property_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_query_provider_property. */ jpayne@69: #define XCB_RANDR_QUERY_PROVIDER_PROPERTY 37 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_provider_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_provider_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_atom_t property; jpayne@69: } xcb_randr_query_provider_property_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_query_provider_property_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_query_provider_property_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint8_t pending; jpayne@69: uint8_t range; jpayne@69: uint8_t immutable; jpayne@69: uint8_t pad1[21]; jpayne@69: } xcb_randr_query_provider_property_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_configure_provider_property. */ jpayne@69: #define XCB_RANDR_CONFIGURE_PROVIDER_PROPERTY 38 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_configure_provider_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_configure_provider_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_atom_t property; jpayne@69: uint8_t pending; jpayne@69: uint8_t range; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_configure_provider_property_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_change_provider_property. */ jpayne@69: #define XCB_RANDR_CHANGE_PROVIDER_PROPERTY 39 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_change_provider_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_change_provider_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_atom_t property; jpayne@69: xcb_atom_t type; jpayne@69: uint8_t format; jpayne@69: uint8_t mode; jpayne@69: uint8_t pad0[2]; jpayne@69: uint32_t num_items; jpayne@69: } xcb_randr_change_provider_property_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_delete_provider_property. */ jpayne@69: #define XCB_RANDR_DELETE_PROVIDER_PROPERTY 40 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_delete_provider_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_delete_provider_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_atom_t property; jpayne@69: } xcb_randr_delete_provider_property_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_provider_property_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_provider_property_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_provider_property_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_provider_property. */ jpayne@69: #define XCB_RANDR_GET_PROVIDER_PROPERTY 41 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_provider_property_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_provider_property_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_atom_t property; jpayne@69: xcb_atom_t type; jpayne@69: uint32_t long_offset; jpayne@69: uint32_t long_length; jpayne@69: uint8_t _delete; jpayne@69: uint8_t pending; jpayne@69: uint8_t pad0[2]; jpayne@69: } xcb_randr_get_provider_property_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_provider_property_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_provider_property_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t format; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_atom_t type; jpayne@69: uint32_t bytes_after; jpayne@69: uint32_t num_items; jpayne@69: uint8_t pad0[12]; jpayne@69: } xcb_randr_get_provider_property_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_screen_change_notify. */ jpayne@69: #define XCB_RANDR_SCREEN_CHANGE_NOTIFY 0 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_screen_change_notify_event_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_screen_change_notify_event_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t rotation; jpayne@69: uint16_t sequence; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: xcb_window_t root; jpayne@69: xcb_window_t request_window; jpayne@69: uint16_t sizeID; jpayne@69: uint16_t subpixel_order; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: uint16_t mwidth; jpayne@69: uint16_t mheight; jpayne@69: } xcb_randr_screen_change_notify_event_t; jpayne@69: jpayne@69: typedef enum xcb_randr_notify_t { jpayne@69: XCB_RANDR_NOTIFY_CRTC_CHANGE = 0, jpayne@69: XCB_RANDR_NOTIFY_OUTPUT_CHANGE = 1, jpayne@69: XCB_RANDR_NOTIFY_OUTPUT_PROPERTY = 2, jpayne@69: XCB_RANDR_NOTIFY_PROVIDER_CHANGE = 3, jpayne@69: XCB_RANDR_NOTIFY_PROVIDER_PROPERTY = 4, jpayne@69: XCB_RANDR_NOTIFY_RESOURCE_CHANGE = 5, jpayne@69: XCB_RANDR_NOTIFY_LEASE = 6 jpayne@69: } xcb_randr_notify_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_crtc_change_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_crtc_change_t { jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: xcb_randr_mode_t mode; jpayne@69: uint16_t rotation; jpayne@69: uint8_t pad0[2]; jpayne@69: int16_t x; jpayne@69: int16_t y; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: } xcb_randr_crtc_change_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_crtc_change_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_crtc_change_iterator_t { jpayne@69: xcb_randr_crtc_change_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_crtc_change_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_output_change_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_output_change_t { jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_timestamp_t config_timestamp; jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_randr_crtc_t crtc; jpayne@69: xcb_randr_mode_t mode; jpayne@69: uint16_t rotation; jpayne@69: uint8_t connection; jpayne@69: uint8_t subpixel_order; jpayne@69: } xcb_randr_output_change_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_output_change_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_output_change_iterator_t { jpayne@69: xcb_randr_output_change_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_output_change_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_output_property_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_output_property_t { jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_output_t output; jpayne@69: xcb_atom_t atom; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint8_t status; jpayne@69: uint8_t pad0[11]; jpayne@69: } xcb_randr_output_property_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_output_property_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_output_property_iterator_t { jpayne@69: xcb_randr_output_property_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_output_property_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_provider_change_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_provider_change_t { jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_provider_t provider; jpayne@69: uint8_t pad0[16]; jpayne@69: } xcb_randr_provider_change_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_provider_change_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_provider_change_iterator_t { jpayne@69: xcb_randr_provider_change_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_provider_change_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_provider_property_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_provider_property_t { jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_provider_t provider; jpayne@69: xcb_atom_t atom; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint8_t state; jpayne@69: uint8_t pad0[11]; jpayne@69: } xcb_randr_provider_property_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_provider_property_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_provider_property_iterator_t { jpayne@69: xcb_randr_provider_property_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_provider_property_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_resource_change_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_resource_change_t { jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_window_t window; jpayne@69: uint8_t pad0[20]; jpayne@69: } xcb_randr_resource_change_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_resource_change_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_resource_change_iterator_t { jpayne@69: xcb_randr_resource_change_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_resource_change_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_monitor_info_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_monitor_info_t { jpayne@69: xcb_atom_t name; jpayne@69: uint8_t primary; jpayne@69: uint8_t automatic; jpayne@69: uint16_t nOutput; jpayne@69: int16_t x; jpayne@69: int16_t y; jpayne@69: uint16_t width; jpayne@69: uint16_t height; jpayne@69: uint32_t width_in_millimeters; jpayne@69: uint32_t height_in_millimeters; jpayne@69: } xcb_randr_monitor_info_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_monitor_info_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_monitor_info_iterator_t { jpayne@69: xcb_randr_monitor_info_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_monitor_info_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_monitors_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_monitors_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_get_monitors_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_get_monitors. */ jpayne@69: #define XCB_RANDR_GET_MONITORS 42 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_monitors_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_monitors_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: uint8_t get_active; jpayne@69: } xcb_randr_get_monitors_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_get_monitors_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_get_monitors_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t pad0; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: xcb_timestamp_t timestamp; jpayne@69: uint32_t nMonitors; jpayne@69: uint32_t nOutputs; jpayne@69: uint8_t pad1[12]; jpayne@69: } xcb_randr_get_monitors_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_set_monitor. */ jpayne@69: #define XCB_RANDR_SET_MONITOR 43 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_set_monitor_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_set_monitor_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: } xcb_randr_set_monitor_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_delete_monitor. */ jpayne@69: #define XCB_RANDR_DELETE_MONITOR 44 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_delete_monitor_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_delete_monitor_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: xcb_atom_t name; jpayne@69: } xcb_randr_delete_monitor_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_create_lease_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_create_lease_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_randr_create_lease_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_create_lease. */ jpayne@69: #define XCB_RANDR_CREATE_LEASE 45 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_create_lease_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_create_lease_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_lease_t lid; jpayne@69: uint16_t num_crtcs; jpayne@69: uint16_t num_outputs; jpayne@69: } xcb_randr_create_lease_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_create_lease_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_create_lease_reply_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t nfd; jpayne@69: uint16_t sequence; jpayne@69: uint32_t length; jpayne@69: uint8_t pad0[24]; jpayne@69: } xcb_randr_create_lease_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_free_lease. */ jpayne@69: #define XCB_RANDR_FREE_LEASE 46 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_free_lease_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_free_lease_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_randr_lease_t lid; jpayne@69: uint8_t terminate; jpayne@69: } xcb_randr_free_lease_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_lease_notify_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_lease_notify_t { jpayne@69: xcb_timestamp_t timestamp; jpayne@69: xcb_window_t window; jpayne@69: xcb_randr_lease_t lease; jpayne@69: uint8_t created; jpayne@69: uint8_t pad0[15]; jpayne@69: } xcb_randr_lease_notify_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_lease_notify_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_lease_notify_iterator_t { jpayne@69: xcb_randr_lease_notify_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_lease_notify_iterator_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_notify_data_t jpayne@69: **/ jpayne@69: typedef union xcb_randr_notify_data_t { jpayne@69: xcb_randr_crtc_change_t cc; jpayne@69: xcb_randr_output_change_t oc; jpayne@69: xcb_randr_output_property_t op; jpayne@69: xcb_randr_provider_change_t pc; jpayne@69: xcb_randr_provider_property_t pp; jpayne@69: xcb_randr_resource_change_t rc; jpayne@69: xcb_randr_lease_notify_t lc; jpayne@69: } xcb_randr_notify_data_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_notify_data_iterator_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_notify_data_iterator_t { jpayne@69: xcb_randr_notify_data_t *data; jpayne@69: int rem; jpayne@69: int index; jpayne@69: } xcb_randr_notify_data_iterator_t; jpayne@69: jpayne@69: /** Opcode for xcb_randr_notify. */ jpayne@69: #define XCB_RANDR_NOTIFY 1 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_randr_notify_event_t jpayne@69: **/ jpayne@69: typedef struct xcb_randr_notify_event_t { jpayne@69: uint8_t response_type; jpayne@69: uint8_t subCode; jpayne@69: uint16_t sequence; jpayne@69: xcb_randr_notify_data_t u; jpayne@69: } xcb_randr_notify_event_t; jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_mode_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_mode_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_mode_next (xcb_randr_mode_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_mode_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_mode_end (xcb_randr_mode_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_crtc_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_crtc_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_crtc_next (xcb_randr_crtc_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_crtc_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_crtc_end (xcb_randr_crtc_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_output_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_output_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_output_next (xcb_randr_output_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_output_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_output_end (xcb_randr_output_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_provider_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_provider_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_provider_next (xcb_randr_provider_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_provider_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_provider_end (xcb_randr_provider_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_lease_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_lease_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_lease_next (xcb_randr_lease_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_lease_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_lease_end (xcb_randr_lease_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_screen_size_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_screen_size_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_screen_size_next (xcb_randr_screen_size_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_screen_size_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_screen_size_end (xcb_randr_screen_size_iterator_t i); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_refresh_rates_sizeof (const void *_buffer); jpayne@69: jpayne@69: uint16_t * jpayne@69: xcb_randr_refresh_rates_rates (const xcb_randr_refresh_rates_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_refresh_rates_rates_length (const xcb_randr_refresh_rates_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_refresh_rates_rates_end (const xcb_randr_refresh_rates_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_refresh_rates_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_refresh_rates_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_refresh_rates_next (xcb_randr_refresh_rates_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_refresh_rates_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_refresh_rates_end (xcb_randr_refresh_rates_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_query_version_cookie_t jpayne@69: xcb_randr_query_version (xcb_connection_t *c, jpayne@69: uint32_t major_version, jpayne@69: uint32_t minor_version); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_query_version_cookie_t jpayne@69: xcb_randr_query_version_unchecked (xcb_connection_t *c, jpayne@69: uint32_t major_version, jpayne@69: uint32_t minor_version); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_query_version_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_query_version_reply_t * jpayne@69: xcb_randr_query_version_reply (xcb_connection_t *c, jpayne@69: xcb_randr_query_version_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_set_screen_config_cookie_t jpayne@69: xcb_randr_set_screen_config (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_timestamp_t timestamp, jpayne@69: xcb_timestamp_t config_timestamp, jpayne@69: uint16_t sizeID, jpayne@69: uint16_t rotation, jpayne@69: uint16_t rate); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_set_screen_config_cookie_t jpayne@69: xcb_randr_set_screen_config_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_timestamp_t timestamp, jpayne@69: xcb_timestamp_t config_timestamp, jpayne@69: uint16_t sizeID, jpayne@69: uint16_t rotation, jpayne@69: uint16_t rate); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_set_screen_config_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_set_screen_config_reply_t * jpayne@69: xcb_randr_set_screen_config_reply (xcb_connection_t *c, jpayne@69: xcb_randr_set_screen_config_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_select_input_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint16_t enable); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_select_input (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint16_t enable); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_info_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_screen_info_cookie_t jpayne@69: xcb_randr_get_screen_info (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_screen_info_cookie_t jpayne@69: xcb_randr_get_screen_info_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: xcb_randr_screen_size_t * jpayne@69: xcb_randr_get_screen_info_sizes (const xcb_randr_get_screen_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_info_sizes_length (const xcb_randr_get_screen_info_reply_t *R); jpayne@69: jpayne@69: xcb_randr_screen_size_iterator_t jpayne@69: xcb_randr_get_screen_info_sizes_iterator (const xcb_randr_get_screen_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_info_rates_length (const xcb_randr_get_screen_info_reply_t *R); jpayne@69: jpayne@69: xcb_randr_refresh_rates_iterator_t jpayne@69: xcb_randr_get_screen_info_rates_iterator (const xcb_randr_get_screen_info_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_screen_info_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_screen_info_reply_t * jpayne@69: xcb_randr_get_screen_info_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_screen_info_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_screen_size_range_cookie_t jpayne@69: xcb_randr_get_screen_size_range (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_screen_size_range_cookie_t jpayne@69: xcb_randr_get_screen_size_range_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_screen_size_range_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_screen_size_range_reply_t * jpayne@69: xcb_randr_get_screen_size_range_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_screen_size_range_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_screen_size_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint16_t width, jpayne@69: uint16_t height, jpayne@69: uint32_t mm_width, jpayne@69: uint32_t mm_height); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_screen_size (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint16_t width, jpayne@69: uint16_t height, jpayne@69: uint32_t mm_width, jpayne@69: uint32_t mm_height); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_mode_info_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_mode_info_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_mode_info_next (xcb_randr_mode_info_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_mode_info_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_mode_info_end (xcb_randr_mode_info_iterator_t i); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_screen_resources_cookie_t jpayne@69: xcb_randr_get_screen_resources (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_screen_resources_cookie_t jpayne@69: xcb_randr_get_screen_resources_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: xcb_randr_crtc_t * jpayne@69: xcb_randr_get_screen_resources_crtcs (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_crtcs_length (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_screen_resources_crtcs_end (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: xcb_randr_output_t * jpayne@69: xcb_randr_get_screen_resources_outputs (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_outputs_length (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_screen_resources_outputs_end (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: xcb_randr_mode_info_t * jpayne@69: xcb_randr_get_screen_resources_modes (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_modes_length (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: xcb_randr_mode_info_iterator_t jpayne@69: xcb_randr_get_screen_resources_modes_iterator (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: uint8_t * jpayne@69: xcb_randr_get_screen_resources_names (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_names_length (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_screen_resources_names_end (const xcb_randr_get_screen_resources_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_screen_resources_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_screen_resources_reply_t * jpayne@69: xcb_randr_get_screen_resources_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_screen_resources_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_output_info_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_output_info_cookie_t jpayne@69: xcb_randr_get_output_info (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_output_info_cookie_t jpayne@69: xcb_randr_get_output_info_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: xcb_randr_crtc_t * jpayne@69: xcb_randr_get_output_info_crtcs (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_output_info_crtcs_length (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_output_info_crtcs_end (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: xcb_randr_mode_t * jpayne@69: xcb_randr_get_output_info_modes (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_output_info_modes_length (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_output_info_modes_end (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: xcb_randr_output_t * jpayne@69: xcb_randr_get_output_info_clones (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_output_info_clones_length (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_output_info_clones_end (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: uint8_t * jpayne@69: xcb_randr_get_output_info_name (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_output_info_name_length (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_output_info_name_end (const xcb_randr_get_output_info_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_output_info_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_output_info_reply_t * jpayne@69: xcb_randr_get_output_info_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_output_info_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_list_output_properties_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_list_output_properties_cookie_t jpayne@69: xcb_randr_list_output_properties (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_list_output_properties_cookie_t jpayne@69: xcb_randr_list_output_properties_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output); jpayne@69: jpayne@69: xcb_atom_t * jpayne@69: xcb_randr_list_output_properties_atoms (const xcb_randr_list_output_properties_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_list_output_properties_atoms_length (const xcb_randr_list_output_properties_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_list_output_properties_atoms_end (const xcb_randr_list_output_properties_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_list_output_properties_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_list_output_properties_reply_t * jpayne@69: xcb_randr_list_output_properties_reply (xcb_connection_t *c, jpayne@69: xcb_randr_list_output_properties_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_query_output_property_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_query_output_property_cookie_t jpayne@69: xcb_randr_query_output_property (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_query_output_property_cookie_t jpayne@69: xcb_randr_query_output_property_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: int32_t * jpayne@69: xcb_randr_query_output_property_valid_values (const xcb_randr_query_output_property_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_query_output_property_valid_values_length (const xcb_randr_query_output_property_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_query_output_property_valid_values_end (const xcb_randr_query_output_property_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_query_output_property_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_query_output_property_reply_t * jpayne@69: xcb_randr_query_output_property_reply (xcb_connection_t *c, jpayne@69: xcb_randr_query_output_property_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_configure_output_property_sizeof (const void *_buffer, jpayne@69: uint32_t values_len); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_configure_output_property_checked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property, jpayne@69: uint8_t pending, jpayne@69: uint8_t range, jpayne@69: uint32_t values_len, jpayne@69: const int32_t *values); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_configure_output_property (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property, jpayne@69: uint8_t pending, jpayne@69: uint8_t range, jpayne@69: uint32_t values_len, jpayne@69: const int32_t *values); jpayne@69: jpayne@69: int32_t * jpayne@69: xcb_randr_configure_output_property_values (const xcb_randr_configure_output_property_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_configure_output_property_values_length (const xcb_randr_configure_output_property_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_configure_output_property_values_end (const xcb_randr_configure_output_property_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_change_output_property_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_change_output_property_checked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint8_t format, jpayne@69: uint8_t mode, jpayne@69: uint32_t num_units, jpayne@69: const void *data); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_change_output_property (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint8_t format, jpayne@69: uint8_t mode, jpayne@69: uint32_t num_units, jpayne@69: const void *data); jpayne@69: jpayne@69: void * jpayne@69: xcb_randr_change_output_property_data (const xcb_randr_change_output_property_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_change_output_property_data_length (const xcb_randr_change_output_property_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_change_output_property_data_end (const xcb_randr_change_output_property_request_t *R); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_output_property_checked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_output_property (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_output_property_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_output_property_cookie_t jpayne@69: xcb_randr_get_output_property (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint32_t long_offset, jpayne@69: uint32_t long_length, jpayne@69: uint8_t _delete, jpayne@69: uint8_t pending); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_output_property_cookie_t jpayne@69: xcb_randr_get_output_property_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint32_t long_offset, jpayne@69: uint32_t long_length, jpayne@69: uint8_t _delete, jpayne@69: uint8_t pending); jpayne@69: jpayne@69: uint8_t * jpayne@69: xcb_randr_get_output_property_data (const xcb_randr_get_output_property_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_output_property_data_length (const xcb_randr_get_output_property_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_output_property_data_end (const xcb_randr_get_output_property_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_output_property_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_output_property_reply_t * jpayne@69: xcb_randr_get_output_property_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_output_property_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_create_mode_sizeof (const void *_buffer, jpayne@69: uint32_t name_len); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_create_mode_cookie_t jpayne@69: xcb_randr_create_mode (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_mode_info_t mode_info, jpayne@69: uint32_t name_len, jpayne@69: const char *name); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_create_mode_cookie_t jpayne@69: xcb_randr_create_mode_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_mode_info_t mode_info, jpayne@69: uint32_t name_len, jpayne@69: const char *name); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_create_mode_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_create_mode_reply_t * jpayne@69: xcb_randr_create_mode_reply (xcb_connection_t *c, jpayne@69: xcb_randr_create_mode_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_destroy_mode_checked (xcb_connection_t *c, jpayne@69: xcb_randr_mode_t mode); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_destroy_mode (xcb_connection_t *c, jpayne@69: xcb_randr_mode_t mode); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_add_output_mode_checked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_randr_mode_t mode); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_add_output_mode (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_randr_mode_t mode); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_output_mode_checked (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_randr_mode_t mode); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_output_mode (xcb_connection_t *c, jpayne@69: xcb_randr_output_t output, jpayne@69: xcb_randr_mode_t mode); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_info_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_crtc_info_cookie_t jpayne@69: xcb_randr_get_crtc_info (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_crtc_info_cookie_t jpayne@69: xcb_randr_get_crtc_info_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: xcb_randr_output_t * jpayne@69: xcb_randr_get_crtc_info_outputs (const xcb_randr_get_crtc_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_info_outputs_length (const xcb_randr_get_crtc_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_info_outputs_end (const xcb_randr_get_crtc_info_reply_t *R); jpayne@69: jpayne@69: xcb_randr_output_t * jpayne@69: xcb_randr_get_crtc_info_possible (const xcb_randr_get_crtc_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_info_possible_length (const xcb_randr_get_crtc_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_info_possible_end (const xcb_randr_get_crtc_info_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_crtc_info_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_crtc_info_reply_t * jpayne@69: xcb_randr_get_crtc_info_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_crtc_info_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_config_sizeof (const void *_buffer, jpayne@69: uint32_t outputs_len); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_set_crtc_config_cookie_t jpayne@69: xcb_randr_set_crtc_config (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_timestamp_t timestamp, jpayne@69: xcb_timestamp_t config_timestamp, jpayne@69: int16_t x, jpayne@69: int16_t y, jpayne@69: xcb_randr_mode_t mode, jpayne@69: uint16_t rotation, jpayne@69: uint32_t outputs_len, jpayne@69: const xcb_randr_output_t *outputs); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_set_crtc_config_cookie_t jpayne@69: xcb_randr_set_crtc_config_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_timestamp_t timestamp, jpayne@69: xcb_timestamp_t config_timestamp, jpayne@69: int16_t x, jpayne@69: int16_t y, jpayne@69: xcb_randr_mode_t mode, jpayne@69: uint16_t rotation, jpayne@69: uint32_t outputs_len, jpayne@69: const xcb_randr_output_t *outputs); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_set_crtc_config_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_set_crtc_config_reply_t * jpayne@69: xcb_randr_set_crtc_config_reply (xcb_connection_t *c, jpayne@69: xcb_randr_set_crtc_config_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_crtc_gamma_size_cookie_t jpayne@69: xcb_randr_get_crtc_gamma_size (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_crtc_gamma_size_cookie_t jpayne@69: xcb_randr_get_crtc_gamma_size_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_crtc_gamma_size_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_crtc_gamma_size_reply_t * jpayne@69: xcb_randr_get_crtc_gamma_size_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_crtc_gamma_size_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_gamma_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_crtc_gamma_cookie_t jpayne@69: xcb_randr_get_crtc_gamma (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_crtc_gamma_cookie_t jpayne@69: xcb_randr_get_crtc_gamma_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: uint16_t * jpayne@69: xcb_randr_get_crtc_gamma_red (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_gamma_red_length (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_gamma_red_end (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: uint16_t * jpayne@69: xcb_randr_get_crtc_gamma_green (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_gamma_green_length (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_gamma_green_end (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: uint16_t * jpayne@69: xcb_randr_get_crtc_gamma_blue (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_gamma_blue_length (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_gamma_blue_end (const xcb_randr_get_crtc_gamma_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_crtc_gamma_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_crtc_gamma_reply_t * jpayne@69: xcb_randr_get_crtc_gamma_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_crtc_gamma_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_gamma_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_crtc_gamma_checked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: uint16_t size, jpayne@69: const uint16_t *red, jpayne@69: const uint16_t *green, jpayne@69: const uint16_t *blue); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_crtc_gamma (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: uint16_t size, jpayne@69: const uint16_t *red, jpayne@69: const uint16_t *green, jpayne@69: const uint16_t *blue); jpayne@69: jpayne@69: uint16_t * jpayne@69: xcb_randr_set_crtc_gamma_red (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_gamma_red_length (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_set_crtc_gamma_red_end (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: uint16_t * jpayne@69: xcb_randr_set_crtc_gamma_green (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_gamma_green_length (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_set_crtc_gamma_green_end (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: uint16_t * jpayne@69: xcb_randr_set_crtc_gamma_blue (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_gamma_blue_length (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_set_crtc_gamma_blue_end (const xcb_randr_set_crtc_gamma_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_current_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_screen_resources_current_cookie_t jpayne@69: xcb_randr_get_screen_resources_current (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_screen_resources_current_cookie_t jpayne@69: xcb_randr_get_screen_resources_current_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: xcb_randr_crtc_t * jpayne@69: xcb_randr_get_screen_resources_current_crtcs (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_current_crtcs_length (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_screen_resources_current_crtcs_end (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: xcb_randr_output_t * jpayne@69: xcb_randr_get_screen_resources_current_outputs (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_current_outputs_length (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_screen_resources_current_outputs_end (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: xcb_randr_mode_info_t * jpayne@69: xcb_randr_get_screen_resources_current_modes (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_current_modes_length (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: xcb_randr_mode_info_iterator_t jpayne@69: xcb_randr_get_screen_resources_current_modes_iterator (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: uint8_t * jpayne@69: xcb_randr_get_screen_resources_current_names (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_screen_resources_current_names_length (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_screen_resources_current_names_end (const xcb_randr_get_screen_resources_current_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_screen_resources_current_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_screen_resources_current_reply_t * jpayne@69: xcb_randr_get_screen_resources_current_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_screen_resources_current_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_transform_sizeof (const void *_buffer, jpayne@69: uint32_t filter_params_len); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_crtc_transform_checked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_render_transform_t transform, jpayne@69: uint16_t filter_len, jpayne@69: const char *filter_name, jpayne@69: uint32_t filter_params_len, jpayne@69: const xcb_render_fixed_t *filter_params); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_crtc_transform (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_render_transform_t transform, jpayne@69: uint16_t filter_len, jpayne@69: const char *filter_name, jpayne@69: uint32_t filter_params_len, jpayne@69: const xcb_render_fixed_t *filter_params); jpayne@69: jpayne@69: char * jpayne@69: xcb_randr_set_crtc_transform_filter_name (const xcb_randr_set_crtc_transform_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_transform_filter_name_length (const xcb_randr_set_crtc_transform_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_set_crtc_transform_filter_name_end (const xcb_randr_set_crtc_transform_request_t *R); jpayne@69: jpayne@69: xcb_render_fixed_t * jpayne@69: xcb_randr_set_crtc_transform_filter_params (const xcb_randr_set_crtc_transform_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_crtc_transform_filter_params_length (const xcb_randr_set_crtc_transform_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_set_crtc_transform_filter_params_end (const xcb_randr_set_crtc_transform_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_transform_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_crtc_transform_cookie_t jpayne@69: xcb_randr_get_crtc_transform (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_crtc_transform_cookie_t jpayne@69: xcb_randr_get_crtc_transform_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: char * jpayne@69: xcb_randr_get_crtc_transform_pending_filter_name (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_transform_pending_filter_name_length (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_transform_pending_filter_name_end (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: xcb_render_fixed_t * jpayne@69: xcb_randr_get_crtc_transform_pending_params (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_transform_pending_params_length (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_transform_pending_params_end (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: char * jpayne@69: xcb_randr_get_crtc_transform_current_filter_name (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_transform_current_filter_name_length (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_transform_current_filter_name_end (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: xcb_render_fixed_t * jpayne@69: xcb_randr_get_crtc_transform_current_params (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_crtc_transform_current_params_length (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_crtc_transform_current_params_end (const xcb_randr_get_crtc_transform_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_crtc_transform_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_crtc_transform_reply_t * jpayne@69: xcb_randr_get_crtc_transform_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_crtc_transform_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_panning_cookie_t jpayne@69: xcb_randr_get_panning (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_panning_cookie_t jpayne@69: xcb_randr_get_panning_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_panning_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_panning_reply_t * jpayne@69: xcb_randr_get_panning_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_panning_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_set_panning_cookie_t jpayne@69: xcb_randr_set_panning (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_timestamp_t timestamp, jpayne@69: uint16_t left, jpayne@69: uint16_t top, jpayne@69: uint16_t width, jpayne@69: uint16_t height, jpayne@69: uint16_t track_left, jpayne@69: uint16_t track_top, jpayne@69: uint16_t track_width, jpayne@69: uint16_t track_height, jpayne@69: int16_t border_left, jpayne@69: int16_t border_top, jpayne@69: int16_t border_right, jpayne@69: int16_t border_bottom); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_set_panning_cookie_t jpayne@69: xcb_randr_set_panning_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_crtc_t crtc, jpayne@69: xcb_timestamp_t timestamp, jpayne@69: uint16_t left, jpayne@69: uint16_t top, jpayne@69: uint16_t width, jpayne@69: uint16_t height, jpayne@69: uint16_t track_left, jpayne@69: uint16_t track_top, jpayne@69: uint16_t track_width, jpayne@69: uint16_t track_height, jpayne@69: int16_t border_left, jpayne@69: int16_t border_top, jpayne@69: int16_t border_right, jpayne@69: int16_t border_bottom); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_set_panning_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_set_panning_reply_t * jpayne@69: xcb_randr_set_panning_reply (xcb_connection_t *c, jpayne@69: xcb_randr_set_panning_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_output_primary_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_output_t output); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_output_primary (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_output_t output); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_output_primary_cookie_t jpayne@69: xcb_randr_get_output_primary (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_output_primary_cookie_t jpayne@69: xcb_randr_get_output_primary_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_output_primary_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_output_primary_reply_t * jpayne@69: xcb_randr_get_output_primary_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_output_primary_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_providers_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_providers_cookie_t jpayne@69: xcb_randr_get_providers (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_providers_cookie_t jpayne@69: xcb_randr_get_providers_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window); jpayne@69: jpayne@69: xcb_randr_provider_t * jpayne@69: xcb_randr_get_providers_providers (const xcb_randr_get_providers_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_providers_providers_length (const xcb_randr_get_providers_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_providers_providers_end (const xcb_randr_get_providers_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_providers_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_providers_reply_t * jpayne@69: xcb_randr_get_providers_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_providers_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_info_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_provider_info_cookie_t jpayne@69: xcb_randr_get_provider_info (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_provider_info_cookie_t jpayne@69: xcb_randr_get_provider_info_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: xcb_randr_crtc_t * jpayne@69: xcb_randr_get_provider_info_crtcs (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_info_crtcs_length (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_provider_info_crtcs_end (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: xcb_randr_output_t * jpayne@69: xcb_randr_get_provider_info_outputs (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_info_outputs_length (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_provider_info_outputs_end (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: xcb_randr_provider_t * jpayne@69: xcb_randr_get_provider_info_associated_providers (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_info_associated_providers_length (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_provider_info_associated_providers_end (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: uint32_t * jpayne@69: xcb_randr_get_provider_info_associated_capability (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_info_associated_capability_length (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_provider_info_associated_capability_end (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: char * jpayne@69: xcb_randr_get_provider_info_name (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_info_name_length (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_provider_info_name_end (const xcb_randr_get_provider_info_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_provider_info_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_provider_info_reply_t * jpayne@69: xcb_randr_get_provider_info_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_provider_info_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_provider_offload_sink_checked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_randr_provider_t sink_provider, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_provider_offload_sink (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_randr_provider_t sink_provider, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_provider_output_source_checked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_randr_provider_t source_provider, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_provider_output_source (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_randr_provider_t source_provider, jpayne@69: xcb_timestamp_t config_timestamp); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_list_provider_properties_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_list_provider_properties_cookie_t jpayne@69: xcb_randr_list_provider_properties (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_list_provider_properties_cookie_t jpayne@69: xcb_randr_list_provider_properties_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider); jpayne@69: jpayne@69: xcb_atom_t * jpayne@69: xcb_randr_list_provider_properties_atoms (const xcb_randr_list_provider_properties_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_list_provider_properties_atoms_length (const xcb_randr_list_provider_properties_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_list_provider_properties_atoms_end (const xcb_randr_list_provider_properties_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_list_provider_properties_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_list_provider_properties_reply_t * jpayne@69: xcb_randr_list_provider_properties_reply (xcb_connection_t *c, jpayne@69: xcb_randr_list_provider_properties_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_query_provider_property_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_query_provider_property_cookie_t jpayne@69: xcb_randr_query_provider_property (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_query_provider_property_cookie_t jpayne@69: xcb_randr_query_provider_property_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: int32_t * jpayne@69: xcb_randr_query_provider_property_valid_values (const xcb_randr_query_provider_property_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_query_provider_property_valid_values_length (const xcb_randr_query_provider_property_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_query_provider_property_valid_values_end (const xcb_randr_query_provider_property_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_query_provider_property_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_query_provider_property_reply_t * jpayne@69: xcb_randr_query_provider_property_reply (xcb_connection_t *c, jpayne@69: xcb_randr_query_provider_property_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_configure_provider_property_sizeof (const void *_buffer, jpayne@69: uint32_t values_len); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_configure_provider_property_checked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property, jpayne@69: uint8_t pending, jpayne@69: uint8_t range, jpayne@69: uint32_t values_len, jpayne@69: const int32_t *values); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_configure_provider_property (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property, jpayne@69: uint8_t pending, jpayne@69: uint8_t range, jpayne@69: uint32_t values_len, jpayne@69: const int32_t *values); jpayne@69: jpayne@69: int32_t * jpayne@69: xcb_randr_configure_provider_property_values (const xcb_randr_configure_provider_property_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_configure_provider_property_values_length (const xcb_randr_configure_provider_property_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_configure_provider_property_values_end (const xcb_randr_configure_provider_property_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_change_provider_property_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_change_provider_property_checked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint8_t format, jpayne@69: uint8_t mode, jpayne@69: uint32_t num_items, jpayne@69: const void *data); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_change_provider_property (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint8_t format, jpayne@69: uint8_t mode, jpayne@69: uint32_t num_items, jpayne@69: const void *data); jpayne@69: jpayne@69: void * jpayne@69: xcb_randr_change_provider_property_data (const xcb_randr_change_provider_property_request_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_change_provider_property_data_length (const xcb_randr_change_provider_property_request_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_change_provider_property_data_end (const xcb_randr_change_provider_property_request_t *R); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_provider_property_checked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_provider_property (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_property_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_provider_property_cookie_t jpayne@69: xcb_randr_get_provider_property (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint32_t long_offset, jpayne@69: uint32_t long_length, jpayne@69: uint8_t _delete, jpayne@69: uint8_t pending); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_provider_property_cookie_t jpayne@69: xcb_randr_get_provider_property_unchecked (xcb_connection_t *c, jpayne@69: xcb_randr_provider_t provider, jpayne@69: xcb_atom_t property, jpayne@69: xcb_atom_t type, jpayne@69: uint32_t long_offset, jpayne@69: uint32_t long_length, jpayne@69: uint8_t _delete, jpayne@69: uint8_t pending); jpayne@69: jpayne@69: void * jpayne@69: xcb_randr_get_provider_property_data (const xcb_randr_get_provider_property_reply_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_provider_property_data_length (const xcb_randr_get_provider_property_reply_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_get_provider_property_data_end (const xcb_randr_get_provider_property_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_provider_property_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_provider_property_reply_t * jpayne@69: xcb_randr_get_provider_property_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_provider_property_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_crtc_change_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_crtc_change_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_crtc_change_next (xcb_randr_crtc_change_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_crtc_change_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_crtc_change_end (xcb_randr_crtc_change_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_output_change_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_output_change_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_output_change_next (xcb_randr_output_change_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_output_change_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_output_change_end (xcb_randr_output_change_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_output_property_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_output_property_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_output_property_next (xcb_randr_output_property_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_output_property_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_output_property_end (xcb_randr_output_property_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_provider_change_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_provider_change_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_provider_change_next (xcb_randr_provider_change_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_provider_change_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_provider_change_end (xcb_randr_provider_change_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_provider_property_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_provider_property_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_provider_property_next (xcb_randr_provider_property_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_provider_property_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_provider_property_end (xcb_randr_provider_property_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_resource_change_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_resource_change_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_resource_change_next (xcb_randr_resource_change_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_resource_change_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_resource_change_end (xcb_randr_resource_change_iterator_t i); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_monitor_info_sizeof (const void *_buffer); jpayne@69: jpayne@69: xcb_randr_output_t * jpayne@69: xcb_randr_monitor_info_outputs (const xcb_randr_monitor_info_t *R); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_monitor_info_outputs_length (const xcb_randr_monitor_info_t *R); jpayne@69: jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_monitor_info_outputs_end (const xcb_randr_monitor_info_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_monitor_info_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_monitor_info_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_monitor_info_next (xcb_randr_monitor_info_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_monitor_info_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_monitor_info_end (xcb_randr_monitor_info_iterator_t i); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_monitors_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_get_monitors_cookie_t jpayne@69: xcb_randr_get_monitors (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t get_active); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_get_monitors_cookie_t jpayne@69: xcb_randr_get_monitors_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t get_active); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_get_monitors_monitors_length (const xcb_randr_get_monitors_reply_t *R); jpayne@69: jpayne@69: xcb_randr_monitor_info_iterator_t jpayne@69: xcb_randr_get_monitors_monitors_iterator (const xcb_randr_get_monitors_reply_t *R); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_get_monitors_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_get_monitors_reply_t * jpayne@69: xcb_randr_get_monitors_reply (xcb_connection_t *c, jpayne@69: xcb_randr_get_monitors_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_set_monitor_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_monitor_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_monitor_info_t *monitorinfo); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_set_monitor (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_monitor_info_t *monitorinfo); jpayne@69: jpayne@69: xcb_randr_monitor_info_t * jpayne@69: xcb_randr_set_monitor_monitorinfo (const xcb_randr_set_monitor_request_t *R); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_monitor_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_atom_t name); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_delete_monitor (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_atom_t name); jpayne@69: jpayne@69: int jpayne@69: xcb_randr_create_lease_sizeof (const void *_buffer); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_randr_create_lease_cookie_t jpayne@69: xcb_randr_create_lease (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_lease_t lid, jpayne@69: uint16_t num_crtcs, jpayne@69: uint16_t num_outputs, jpayne@69: const xcb_randr_crtc_t *crtcs, jpayne@69: const xcb_randr_output_t *outputs); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * placed in the event queue. jpayne@69: */ jpayne@69: xcb_randr_create_lease_cookie_t jpayne@69: xcb_randr_create_lease_unchecked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_randr_lease_t lid, jpayne@69: uint16_t num_crtcs, jpayne@69: uint16_t num_outputs, jpayne@69: const xcb_randr_crtc_t *crtcs, jpayne@69: const xcb_randr_output_t *outputs); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply jpayne@69: * @param c The connection jpayne@69: * @param cookie The cookie jpayne@69: * @param e The xcb_generic_error_t supplied jpayne@69: * jpayne@69: * Returns the reply of the request asked by jpayne@69: * jpayne@69: * The parameter @p e supplied to this function must be NULL if jpayne@69: * xcb_randr_create_lease_unchecked(). is used. jpayne@69: * Otherwise, it stores the error if any. jpayne@69: * jpayne@69: * The returned value must be freed by the caller using free(). jpayne@69: */ jpayne@69: xcb_randr_create_lease_reply_t * jpayne@69: xcb_randr_create_lease_reply (xcb_connection_t *c, jpayne@69: xcb_randr_create_lease_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * Return the reply fds jpayne@69: * @param c The connection jpayne@69: * @param reply The reply jpayne@69: * jpayne@69: * Returns a pointer to the array of reply fds of the reply. jpayne@69: * jpayne@69: * The returned value points into the reply and must not be free(). jpayne@69: * The fds are not managed by xcb. You must close() them before freeing the reply. jpayne@69: */ jpayne@69: int * jpayne@69: xcb_randr_create_lease_reply_fds (xcb_connection_t *c /**< */, jpayne@69: xcb_randr_create_lease_reply_t *reply); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: * This form can be used only if the request will not cause jpayne@69: * a reply to be generated. Any returned error will be jpayne@69: * saved for handling by xcb_request_check(). jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_free_lease_checked (xcb_connection_t *c, jpayne@69: xcb_randr_lease_t lid, jpayne@69: uint8_t terminate); jpayne@69: jpayne@69: /** jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Delivers a request to the X server. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_randr_free_lease (xcb_connection_t *c, jpayne@69: xcb_randr_lease_t lid, jpayne@69: uint8_t terminate); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_lease_notify_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_lease_notify_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_lease_notify_next (xcb_randr_lease_notify_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_lease_notify_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_lease_notify_end (xcb_randr_lease_notify_iterator_t i); jpayne@69: jpayne@69: /** jpayne@69: * Get the next element of the iterator jpayne@69: * @param i Pointer to a xcb_randr_notify_data_iterator_t jpayne@69: * jpayne@69: * Get the next element in the iterator. The member rem is jpayne@69: * decreased by one. The member data points to the next jpayne@69: * element. The member index is increased by sizeof(xcb_randr_notify_data_t) jpayne@69: */ jpayne@69: void jpayne@69: xcb_randr_notify_data_next (xcb_randr_notify_data_iterator_t *i); jpayne@69: jpayne@69: /** jpayne@69: * Return the iterator pointing to the last element jpayne@69: * @param i An xcb_randr_notify_data_iterator_t jpayne@69: * @return The iterator pointing to the last element jpayne@69: * jpayne@69: * Set the current element in the iterator to the last element. jpayne@69: * The member rem is set to 0. The member data points to the jpayne@69: * last element. jpayne@69: */ jpayne@69: xcb_generic_iterator_t jpayne@69: xcb_randr_notify_data_end (xcb_randr_notify_data_iterator_t i); jpayne@69: jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: } jpayne@69: #endif jpayne@69: jpayne@69: #endif jpayne@69: jpayne@69: /** jpayne@69: * @} jpayne@69: */