id
stringlengths
4
63
text
stringlengths
153
8.81M
xcb_randr_query_output_property(3)
NAME xcb_randr_query_output_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_output_property_cookie_t xcb_randr_query_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_output_prop...
xcb_randr_query_output_property_reply(3)
NAME xcb_randr_query_output_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_output_property_cookie_t xcb_randr_query_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_output_prop...
xcb_randr_query_output_property_unchecked(3)
NAME xcb_randr_query_output_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_output_property_cookie_t xcb_randr_query_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_output_prop...
xcb_randr_query_output_property_valid_values(3)
NAME xcb_randr_query_output_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_output_property_cookie_t xcb_randr_query_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_output_prop...
xcb_randr_query_output_property_valid_values_end(3)
NAME xcb_randr_query_output_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_output_property_cookie_t xcb_randr_query_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_output_prop...
xcb_randr_query_output_property_valid_values_length(3)
NAME xcb_randr_query_output_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_output_property_cookie_t xcb_randr_query_output_property(xcb_connection_t *conn, xcb_randr_output_t output, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_output_prop...
xcb_randr_query_provider_property(3)
NAME xcb_randr_query_provider_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_provider_property_cookie_t xcb_randr_query_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_p...
xcb_randr_query_provider_property_reply(3)
NAME xcb_randr_query_provider_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_provider_property_cookie_t xcb_randr_query_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_p...
xcb_randr_query_provider_property_unchecked(3)
NAME xcb_randr_query_provider_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_provider_property_cookie_t xcb_randr_query_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_p...
xcb_randr_query_provider_property_valid_values(3)
NAME xcb_randr_query_provider_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_provider_property_cookie_t xcb_randr_query_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_p...
xcb_randr_query_provider_property_valid_values_end(3)
NAME xcb_randr_query_provider_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_provider_property_cookie_t xcb_randr_query_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_p...
xcb_randr_query_provider_property_valid_values_length(3)
NAME xcb_randr_query_provider_property - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_provider_property_cookie_t xcb_randr_query_provider_property(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_atom_t property); Reply datastructure typedef struct xcb_randr_query_p...
xcb_randr_query_version(3)
NAME xcb_randr_query_version - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_version_cookie_t xcb_randr_query_version(xcb_connection_t *conn, uint32_t major_version, uint32_t minor_version); Reply datastructure typedef struct xcb_randr_query_version_reply_t { uint8_...
xcb_randr_query_version_reply(3)
NAME xcb_randr_query_version - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_version_cookie_t xcb_randr_query_version(xcb_connection_t *conn, uint32_t major_version, uint32_t minor_version); Reply datastructure typedef struct xcb_randr_query_version_reply_t { uint8_...
xcb_randr_query_version_unchecked(3)
NAME xcb_randr_query_version - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_query_version_cookie_t xcb_randr_query_version(xcb_connection_t *conn, uint32_t major_version, uint32_t minor_version); Reply datastructure typedef struct xcb_randr_query_version_reply_t { uint8_...
xcb_randr_screen_change_notify_event_t(3)
NAME xcb_randr_screen_change_notify_event_t - SYNOPSIS #include <xcb/randr.h> Event datastructure typedef struct xcb_randr_screen_change_notify_event_t { uint8_t response_type; uint8_t rotation; uint16_t sequence; xcb_timestamp_t timestamp; ...
xcb_randr_select_input(3)
NAME xcb_randr_select_input - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_select_input(xcb_connection_t *conn, xcb_window_t window, uint16_t enable); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. enable TODO: ...
xcb_randr_select_input_checked(3)
NAME xcb_randr_select_input - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_select_input(xcb_connection_t *conn, xcb_window_t window, uint16_t enable); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. enable TODO: ...
xcb_randr_set_crtc_config(3)
NAME xcb_randr_set_crtc_config - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_crtc_config_cookie_t xcb_randr_set_crtc_config(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, int16_t x, int16_t y, xcb_randr_mode_t mode, uint16_t ro...
xcb_randr_set_crtc_config_reply(3)
NAME xcb_randr_set_crtc_config - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_crtc_config_cookie_t xcb_randr_set_crtc_config(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, int16_t x, int16_t y, xcb_randr_mode_t mode, uint16_t ro...
xcb_randr_set_crtc_config_unchecked(3)
NAME xcb_randr_set_crtc_config - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_crtc_config_cookie_t xcb_randr_set_crtc_config(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, int16_t x, int16_t y, xcb_randr_mode_t mode, uint16_t ro...
xcb_randr_set_crtc_gamma(3)
NAME xcb_randr_set_crtc_gamma - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc, uint16_t size, const uint16_t *red, const uint16_t *green, const uint16_t *blue); REQUEST ARGUMENTS conn The XCB connection to X11...
xcb_randr_set_crtc_gamma_checked(3)
NAME xcb_randr_set_crtc_gamma - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_crtc_gamma(xcb_connection_t *conn, xcb_randr_crtc_t crtc, uint16_t size, const uint16_t *red, const uint16_t *green, const uint16_t *blue); REQUEST ARGUMENTS conn The XCB connection to X11...
xcb_randr_set_crtc_transform(3)
NAME xcb_randr_set_crtc_transform - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_render_transform_t transform, uint16_t filter_len, const char *filter_name, uint32_t filter_params_len, const ...
xcb_randr_set_crtc_transform_checked(3)
NAME xcb_randr_set_crtc_transform - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_crtc_transform(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_render_transform_t transform, uint16_t filter_len, const char *filter_name, uint32_t filter_params_len, const ...
xcb_randr_set_monitor(3)
NAME xcb_randr_set_monitor - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_monitor(xcb_connection_t *conn, xcb_window_t window, xcb_randr_monitor_info_t *monitorinfo); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. ...
xcb_randr_set_monitor_checked(3)
NAME xcb_randr_set_monitor - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_monitor(xcb_connection_t *conn, xcb_window_t window, xcb_randr_monitor_info_t *monitorinfo); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. ...
xcb_randr_set_output_primary(3)
NAME xcb_randr_set_output_primary - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_output_primary(xcb_connection_t *conn, xcb_window_t window, xcb_randr_output_t output); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. ...
xcb_randr_set_output_primary_checked(3)
NAME xcb_randr_set_output_primary - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_output_primary(xcb_connection_t *conn, xcb_window_t window, xcb_randr_output_t output); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. ...
xcb_randr_set_panning(3)
NAME xcb_randr_set_panning - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_panning_cookie_t xcb_randr_set_panning(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t timestamp, uint16_t left, uint16_t top, uint16_t width, uint16_t height, uint16_t track_left, uint16_t track_top,...
xcb_randr_set_panning_reply(3)
NAME xcb_randr_set_panning - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_panning_cookie_t xcb_randr_set_panning(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t timestamp, uint16_t left, uint16_t top, uint16_t width, uint16_t height, uint16_t track_left, uint16_t track_top,...
xcb_randr_set_panning_unchecked(3)
NAME xcb_randr_set_panning - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_panning_cookie_t xcb_randr_set_panning(xcb_connection_t *conn, xcb_randr_crtc_t crtc, xcb_timestamp_t timestamp, uint16_t left, uint16_t top, uint16_t width, uint16_t height, uint16_t track_left, uint16_t track_top,...
xcb_randr_set_provider_offload_sink(3)
NAME xcb_randr_set_provider_offload_sink - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_provider_offload_sink(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_randr_provider_t sink_provider, xcb_timestamp_t config_timestamp); REQUEST ARGUMENTS conn The XC...
xcb_randr_set_provider_offload_sink_checked(3)
NAME xcb_randr_set_provider_offload_sink - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_provider_offload_sink(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_randr_provider_t sink_provider, xcb_timestamp_t config_timestamp); REQUEST ARGUMENTS conn The XC...
xcb_randr_set_provider_output_source(3)
NAME xcb_randr_set_provider_output_source - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_provider_output_source(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_randr_provider_t source_provider, xcb_timestamp_t config_timestamp); REQUEST ARGUMENTS conn Th...
xcb_randr_set_provider_output_source_checked(3)
NAME xcb_randr_set_provider_output_source - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_provider_output_source(xcb_connection_t *conn, xcb_randr_provider_t provider, xcb_randr_provider_t source_provider, xcb_timestamp_t config_timestamp); REQUEST ARGUMENTS conn Th...
xcb_randr_set_screen_config(3)
NAME xcb_randr_set_screen_config - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_screen_config_cookie_t xcb_randr_set_screen_config(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, uint16_t sizeID, uint16_t rotation, uint16_t rate); ...
xcb_randr_set_screen_config_reply(3)
NAME xcb_randr_set_screen_config - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_screen_config_cookie_t xcb_randr_set_screen_config(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, uint16_t sizeID, uint16_t rotation, uint16_t rate); ...
xcb_randr_set_screen_config_unchecked(3)
NAME xcb_randr_set_screen_config - SYNOPSIS #include <xcb/randr.h> Request function xcb_randr_set_screen_config_cookie_t xcb_randr_set_screen_config(xcb_connection_t *conn, xcb_window_t window, xcb_timestamp_t timestamp, xcb_timestamp_t config_timestamp, uint16_t sizeID, uint16_t rotation, uint16_t rate); ...
xcb_randr_set_screen_size(3)
NAME xcb_randr_set_screen_size - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_screen_size(xcb_connection_t *conn, xcb_window_t window, uint16_t width, uint16_t height, uint32_t mm_width, uint32_t mm_height); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_randr_set_screen_size_checked(3)
NAME xcb_randr_set_screen_size - SYNOPSIS #include <xcb/randr.h> Request function xcb_void_cookie_t xcb_randr_set_screen_size(xcb_connection_t *conn, xcb_window_t window, uint16_t width, uint16_t height, uint32_t mm_width, uint32_t mm_height); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_recolor_cursor(3)
NAME xcb_recolor_cursor - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_recolor_cursor(xcb_connection_t *conn, xcb_cursor_t cursor, uint16_t fore_red, uint16_t fore_green, uint16_t fore_blue, uint16_t back_red, uint16_t back_green, uint16_t back_blue); REQUEST ARGUMENTS conn ...
xcb_recolor_cursor_checked(3)
NAME xcb_recolor_cursor - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_recolor_cursor(xcb_connection_t *conn, xcb_cursor_t cursor, uint16_t fore_red, uint16_t fore_green, uint16_t fore_blue, uint16_t back_red, uint16_t back_green, uint16_t back_blue); REQUEST ARGUMENTS conn ...
xcb_record_create_context(3)
NAME xcb_record_create_context - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_create_context(xcb_connection_t *conn, xcb_record_context_t context, xcb_record_element_header_t element_header, uint32_t num_client_specs, uint32_t num_ranges, const xcb_record_client_spec_t *cl...
xcb_record_create_context_checked(3)
NAME xcb_record_create_context - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_create_context(xcb_connection_t *conn, xcb_record_context_t context, xcb_record_element_header_t element_header, uint32_t num_client_specs, uint32_t num_ranges, const xcb_record_client_spec_t *cl...
xcb_record_disable_context(3)
NAME xcb_record_disable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_disable_context(xcb_connection_t *conn, xcb_record_context_t context); REQUEST ARGUMENTS conn The XCB connection to X11. context TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VAL...
xcb_record_disable_context_checked(3)
NAME xcb_record_disable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_disable_context(xcb_connection_t *conn, xcb_record_context_t context); REQUEST ARGUMENTS conn The XCB connection to X11. context TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VAL...
xcb_record_enable_context(3)
NAME xcb_record_enable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_enable_context_cookie_t xcb_record_enable_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_enable_context_reply_t { uint8_t ...
xcb_record_enable_context_data(3)
NAME xcb_record_enable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_enable_context_cookie_t xcb_record_enable_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_enable_context_reply_t { uint8_t ...
xcb_record_enable_context_data_end(3)
NAME xcb_record_enable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_enable_context_cookie_t xcb_record_enable_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_enable_context_reply_t { uint8_t ...
xcb_record_enable_context_data_length(3)
NAME xcb_record_enable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_enable_context_cookie_t xcb_record_enable_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_enable_context_reply_t { uint8_t ...
xcb_record_enable_context_reply(3)
NAME xcb_record_enable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_enable_context_cookie_t xcb_record_enable_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_enable_context_reply_t { uint8_t ...
xcb_record_enable_context_unchecked(3)
NAME xcb_record_enable_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_enable_context_cookie_t xcb_record_enable_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_enable_context_reply_t { uint8_t ...
xcb_record_free_context(3)
NAME xcb_record_free_context - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_free_context(xcb_connection_t *conn, xcb_record_context_t context); REQUEST ARGUMENTS conn The XCB connection to X11. context TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Ret...
xcb_record_free_context_checked(3)
NAME xcb_record_free_context - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_free_context(xcb_connection_t *conn, xcb_record_context_t context); REQUEST ARGUMENTS conn The XCB connection to X11. context TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Ret...
xcb_record_get_context(3)
NAME xcb_record_get_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_get_context_cookie_t xcb_record_get_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_get_context_reply_t { uint8_t ...
xcb_record_get_context_intercepted_clients_iterator(3)
NAME xcb_record_get_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_get_context_cookie_t xcb_record_get_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_get_context_reply_t { uint8_t ...
xcb_record_get_context_intercepted_clients_length(3)
NAME xcb_record_get_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_get_context_cookie_t xcb_record_get_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_get_context_reply_t { uint8_t ...
xcb_record_get_context_reply(3)
NAME xcb_record_get_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_get_context_cookie_t xcb_record_get_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_get_context_reply_t { uint8_t ...
xcb_record_get_context_unchecked(3)
NAME xcb_record_get_context - SYNOPSIS #include <xcb/record.h> Request function xcb_record_get_context_cookie_t xcb_record_get_context(xcb_connection_t *conn, xcb_record_context_t context); Reply datastructure typedef struct xcb_record_get_context_reply_t { uint8_t ...
xcb_record_query_version(3)
NAME xcb_record_query_version - SYNOPSIS #include <xcb/record.h> Request function xcb_record_query_version_cookie_t xcb_record_query_version(xcb_connection_t *conn, uint16_t major_version, uint16_t minor_version); Reply datastructure typedef struct xcb_record_query_version_reply_t { u...
xcb_record_query_version_reply(3)
NAME xcb_record_query_version - SYNOPSIS #include <xcb/record.h> Request function xcb_record_query_version_cookie_t xcb_record_query_version(xcb_connection_t *conn, uint16_t major_version, uint16_t minor_version); Reply datastructure typedef struct xcb_record_query_version_reply_t { u...
xcb_record_query_version_unchecked(3)
NAME xcb_record_query_version - SYNOPSIS #include <xcb/record.h> Request function xcb_record_query_version_cookie_t xcb_record_query_version(xcb_connection_t *conn, uint16_t major_version, uint16_t minor_version); Reply datastructure typedef struct xcb_record_query_version_reply_t { u...
xcb_record_register_clients(3)
NAME xcb_record_register_clients - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_register_clients(xcb_connection_t *conn, xcb_record_context_t context, xcb_record_element_header_t element_header, uint32_t num_client_specs, uint32_t num_ranges, const xcb_record...
xcb_record_register_clients_checked(3)
NAME xcb_record_register_clients - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_register_clients(xcb_connection_t *conn, xcb_record_context_t context, xcb_record_element_header_t element_header, uint32_t num_client_specs, uint32_t num_ranges, const xcb_record...
xcb_record_unregister_clients(3)
NAME xcb_record_unregister_clients - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_unregister_clients(xcb_connection_t *conn, xcb_record_context_t context, uint32_t num_client_specs, const xcb_record_client_spec_t *client_specs); REQUEST ARGUMENTS conn The XCB connect...
xcb_record_unregister_clients_checked(3)
NAME xcb_record_unregister_clients - SYNOPSIS #include <xcb/record.h> Request function xcb_void_cookie_t xcb_record_unregister_clients(xcb_connection_t *conn, xcb_record_context_t context, uint32_t num_client_specs, const xcb_record_client_spec_t *client_specs); REQUEST ARGUMENTS conn The XCB connect...
xcb_render_add_glyphs(3)
NAME xcb_render_add_glyphs - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_add_glyphs(xcb_connection_t *conn, xcb_render_glyphset_t glyphset, uint32_t glyphs_len, const uint32_t *glyphids, const xcb_render_glyphinfo_t *glyphs, uint32_t data_len, const uint8_t *data); REQUE...
xcb_render_add_glyphs_checked(3)
NAME xcb_render_add_glyphs - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_add_glyphs(xcb_connection_t *conn, xcb_render_glyphset_t glyphset, uint32_t glyphs_len, const uint32_t *glyphids, const xcb_render_glyphinfo_t *glyphs, uint32_t data_len, const uint8_t *data); REQUE...
xcb_render_add_traps(3)
NAME xcb_render_add_traps - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_add_traps(xcb_connection_t *conn, xcb_render_picture_t picture, int16_t x_off, int16_t y_off, uint32_t traps_len, const xcb_render_trap_t *traps); REQUEST ARGUMENTS conn The XCB connection to X1...
xcb_render_add_traps_checked(3)
NAME xcb_render_add_traps - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_add_traps(xcb_connection_t *conn, xcb_render_picture_t picture, int16_t x_off, int16_t y_off, uint32_t traps_len, const xcb_render_trap_t *traps); REQUEST ARGUMENTS conn The XCB connection to X1...
xcb_render_change_picture(3)
NAME xcb_render_change_picture - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_change_picture(xcb_connection_t *conn, xcb_render_picture_t picture, uint32_t value_mask, const void *value_list); REQUEST ARGUMENTS conn The XCB connection to X11. picture TODO: ...
xcb_render_change_picture_checked(3)
NAME xcb_render_change_picture - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_change_picture(xcb_connection_t *conn, xcb_render_picture_t picture, uint32_t value_mask, const void *value_list); REQUEST ARGUMENTS conn The XCB connection to X11. picture TODO: ...
xcb_render_composite(3)
NAME xcb_render_composite - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t mask, xcb_render_picture_t dst, int16_t src_x, int16_t src_y, int16_t mask_x, int16_t mask_y, int16_t dst_x...
xcb_render_composite_checked(3)
NAME xcb_render_composite - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t mask, xcb_render_picture_t dst, int16_t src_x, int16_t src_y, int16_t mask_x, int16_t mask_y, int16_t dst_x...
xcb_render_composite_glyphs_16(3)
NAME xcb_render_composite_glyphs_16 - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite_glyphs_16(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t dst, xcb_render_pictformat_t mask_format, xcb_render_glyphset_t glyphset, int16_t src_x...
xcb_render_composite_glyphs_16_checked(3)
NAME xcb_render_composite_glyphs_16 - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite_glyphs_16(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t dst, xcb_render_pictformat_t mask_format, xcb_render_glyphset_t glyphset, int16_t src_x...
xcb_render_composite_glyphs_32(3)
NAME xcb_render_composite_glyphs_32 - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite_glyphs_32(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t dst, xcb_render_pictformat_t mask_format, xcb_render_glyphset_t glyphset, int16_t src_x...
xcb_render_composite_glyphs_32_checked(3)
NAME xcb_render_composite_glyphs_32 - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite_glyphs_32(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t dst, xcb_render_pictformat_t mask_format, xcb_render_glyphset_t glyphset, int16_t src_x...
xcb_render_composite_glyphs_8(3)
NAME xcb_render_composite_glyphs_8 - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite_glyphs_8(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t dst, xcb_render_pictformat_t mask_format, xcb_render_glyphset_t glyphset, int16_t src_x, ...
xcb_render_composite_glyphs_8_checked(3)
NAME xcb_render_composite_glyphs_8 - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_composite_glyphs_8(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t src, xcb_render_picture_t dst, xcb_render_pictformat_t mask_format, xcb_render_glyphset_t glyphset, int16_t src_x, ...
xcb_render_create_anim_cursor(3)
NAME xcb_render_create_anim_cursor - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_anim_cursor(xcb_connection_t *conn, xcb_cursor_t cid, uint32_t cursors_len, const xcb_render_animcursorelt_t *cursors); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_render_create_anim_cursor_checked(3)
NAME xcb_render_create_anim_cursor - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_anim_cursor(xcb_connection_t *conn, xcb_cursor_t cid, uint32_t cursors_len, const xcb_render_animcursorelt_t *cursors); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_render_create_conical_gradient(3)
NAME xcb_render_create_conical_gradient - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_conical_gradient(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_pointfix_t center, xcb_render_fixed_t angle, uint32_t num_stops, const xcb_render_fixed_t *stops,...
xcb_render_create_conical_gradient_checked(3)
NAME xcb_render_create_conical_gradient - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_conical_gradient(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_pointfix_t center, xcb_render_fixed_t angle, uint32_t num_stops, const xcb_render_fixed_t *stops,...
xcb_render_create_cursor(3)
NAME xcb_render_create_cursor - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_cursor(xcb_connection_t *conn, xcb_cursor_t cid, xcb_render_picture_t source, uint16_t x, uint16_t y); REQUEST ARGUMENTS conn The XCB connection to X11. cid TODO: NOT YE...
xcb_render_create_cursor_checked(3)
NAME xcb_render_create_cursor - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_cursor(xcb_connection_t *conn, xcb_cursor_t cid, xcb_render_picture_t source, uint16_t x, uint16_t y); REQUEST ARGUMENTS conn The XCB connection to X11. cid TODO: NOT YE...
xcb_render_create_glyph_set(3)
NAME xcb_render_create_glyph_set - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_glyph_set(xcb_connection_t *conn, xcb_render_glyphset_t gsid, xcb_render_pictformat_t format); REQUEST ARGUMENTS conn The XCB connection to X11. gsid TODO: NOT YET DOC...
xcb_render_create_glyph_set_checked(3)
NAME xcb_render_create_glyph_set - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_glyph_set(xcb_connection_t *conn, xcb_render_glyphset_t gsid, xcb_render_pictformat_t format); REQUEST ARGUMENTS conn The XCB connection to X11. gsid TODO: NOT YET DOC...
xcb_render_create_linear_gradient(3)
NAME xcb_render_create_linear_gradient - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_linear_gradient(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_pointfix_t p1, xcb_render_pointfix_t p2, uint32_t num_stops, const xcb_render_fixed_t *stops, const...
xcb_render_create_linear_gradient_checked(3)
NAME xcb_render_create_linear_gradient - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_linear_gradient(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_pointfix_t p1, xcb_render_pointfix_t p2, uint32_t num_stops, const xcb_render_fixed_t *stops, const...
xcb_render_create_picture(3)
NAME xcb_render_create_picture - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_picture(xcb_connection_t *conn, xcb_render_picture_t pid, xcb_drawable_t drawable, xcb_render_pictformat_t format, uint32_t value_mask, const void *value_list); REQUEST ARGUMENTS conn ...
xcb_render_create_picture_checked(3)
NAME xcb_render_create_picture - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_picture(xcb_connection_t *conn, xcb_render_picture_t pid, xcb_drawable_t drawable, xcb_render_pictformat_t format, uint32_t value_mask, const void *value_list); REQUEST ARGUMENTS conn ...
xcb_render_create_radial_gradient(3)
NAME xcb_render_create_radial_gradient - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_radial_gradient(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_pointfix_t inner, xcb_render_pointfix_t outer, xcb_render_fixed_t inner_radius, xcb_render_fixed_t ...
xcb_render_create_radial_gradient_checked(3)
NAME xcb_render_create_radial_gradient - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_radial_gradient(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_pointfix_t inner, xcb_render_pointfix_t outer, xcb_render_fixed_t inner_radius, xcb_render_fixed_t ...
xcb_render_create_solid_fill(3)
NAME xcb_render_create_solid_fill - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_solid_fill(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_color_t color); REQUEST ARGUMENTS conn The XCB connection to X11. picture TODO: NOT YET DOCUM...
xcb_render_create_solid_fill_checked(3)
NAME xcb_render_create_solid_fill - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_create_solid_fill(xcb_connection_t *conn, xcb_render_picture_t picture, xcb_render_color_t color); REQUEST ARGUMENTS conn The XCB connection to X11. picture TODO: NOT YET DOCUM...
xcb_render_fill_rectangles(3)
NAME xcb_render_fill_rectangles - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_fill_rectangles(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t dst, xcb_render_color_t color, uint32_t rects_len, const xcb_rectangle_t *rects); REQUEST ARGUMENTS conn The XCB co...
xcb_render_fill_rectangles_checked(3)
NAME xcb_render_fill_rectangles - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_fill_rectangles(xcb_connection_t *conn, uint8_t op, xcb_render_picture_t dst, xcb_render_color_t color, uint32_t rects_len, const xcb_rectangle_t *rects); REQUEST ARGUMENTS conn The XCB co...
xcb_render_free_glyph_set(3)
NAME xcb_render_free_glyph_set - SYNOPSIS #include <xcb/render.h> Request function xcb_void_cookie_t xcb_render_free_glyph_set(xcb_connection_t *conn, xcb_render_glyphset_t glyphset); REQUEST ARGUMENTS conn The XCB connection to X11. glyphset TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VAL...