id
stringlengths
4
63
text
stringlengths
153
8.81M
xcb_composite_redirect_subwindows_checked(3)
NAME xcb_composite_redirect_subwindows - Redirect all current and future children of ‘window’ SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_redirect_subwindows(xcb_connection_t *conn, xcb_window_t window, uint8_t update); REQUEST ARGUMENTS conn The...
xcb_composite_redirect_window(3)
NAME xcb_composite_redirect_window - Redirect the hierarchy starting at "window" to off-screen storage. SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_redirect_window(xcb_connection_t *conn, xcb_window_t window, uint8_t update); REQUEST ARGUMENTS conn The XCB con...
xcb_composite_redirect_window_checked(3)
NAME xcb_composite_redirect_window - Redirect the hierarchy starting at "window" to off-screen storage. SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_redirect_window(xcb_connection_t *conn, xcb_window_t window, uint8_t update); REQUEST ARGUMENTS conn The XCB con...
xcb_composite_release_overlay_window(3)
NAME xcb_composite_release_overlay_window - SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_release_overlay_window(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. DESCRIPT...
xcb_composite_release_overlay_window_checked(3)
NAME xcb_composite_release_overlay_window - SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_release_overlay_window(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. DESCRIPT...
xcb_composite_unredirect_subwindows(3)
NAME xcb_composite_unredirect_subwindows - Terminate redirection of the specified window’s children SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_unredirect_subwindows(xcb_connection_t *conn, xcb_window_t window, uint8_t update); REQUEST ARGUMENTS conn The XCB c...
xcb_composite_unredirect_subwindows_checked(3)
NAME xcb_composite_unredirect_subwindows - Terminate redirection of the specified window’s children SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_unredirect_subwindows(xcb_connection_t *conn, xcb_window_t window, uint8_t update); REQUEST ARGUMENTS conn The XCB c...
xcb_composite_unredirect_window(3)
NAME xcb_composite_unredirect_window - Terminate redirection of the specified window. SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_unredirect_window(xcb_connection_t *conn, xcb_window_t window, uint8_t update); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_composite_unredirect_window_checked(3)
NAME xcb_composite_unredirect_window - Terminate redirection of the specified window. SYNOPSIS #include <xcb/composite.h> Request function xcb_void_cookie_t xcb_composite_unredirect_window(xcb_connection_t *conn, xcb_window_t window, uint8_t update); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_configure_notify_event_t(3)
NAME xcb_configure_notify_event_t - NOT YET DOCUMENTED SYNOPSIS #include <xcb/xproto.h> Event datastructure typedef struct xcb_configure_notify_event_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; xcb_window_t event; xcb_windo...
xcb_configure_request_event_t(3)
NAME xcb_configure_request_event_t - SYNOPSIS #include <xcb/xproto.h> Event datastructure typedef struct xcb_configure_request_event_t { uint8_t response_type; uint8_t stack_mode; uint16_t sequence; xcb_window_t parent; xcb_window_t window...
xcb_configure_window(3)
NAME xcb_configure_window - Configures window attributes SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_configure_window(xcb_connection_t *conn, xcb_window_t window, uint16_t value_mask, const void *value_list); REQUEST ARGUMENTS conn The XCB connection to X11. window...
xcb_configure_window_checked(3)
NAME xcb_configure_window - Configures window attributes SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_configure_window(xcb_connection_t *conn, xcb_window_t window, uint16_t value_mask, const void *value_list); REQUEST ARGUMENTS conn The XCB connection to X11. window...
xcb_convert_selection(3)
NAME xcb_convert_selection - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_convert_selection(xcb_connection_t *conn, xcb_window_t requestor, xcb_atom_t selection, xcb_atom_t target, xcb_atom_t property, xcb_timestamp_t time); REQUEST ARGUMENTS conn The XCB connection to X11....
xcb_convert_selection_checked(3)
NAME xcb_convert_selection - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_convert_selection(xcb_connection_t *conn, xcb_window_t requestor, xcb_atom_t selection, xcb_atom_t target, xcb_atom_t property, xcb_timestamp_t time); REQUEST ARGUMENTS conn The XCB connection to X11....
xcb_copy_area(3)
NAME xcb_copy_area - copy areas SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_area(xcb_connection_t *conn, xcb_drawable_t src_drawable, xcb_drawable_t dst_drawable, xcb_gcontext_t gc, int16_t src_x, int16_t src_y, int16_t dst_x, int16_t dst_y, uint16_t width, uint16_t height)...
xcb_copy_area_checked(3)
NAME xcb_copy_area - copy areas SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_area(xcb_connection_t *conn, xcb_drawable_t src_drawable, xcb_drawable_t dst_drawable, xcb_gcontext_t gc, int16_t src_x, int16_t src_y, int16_t dst_x, int16_t dst_y, uint16_t width, uint16_t height)...
xcb_copy_colormap_and_free(3)
NAME xcb_copy_colormap_and_free - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_colormap_and_free(xcb_connection_t *conn, xcb_colormap_t mid, xcb_colormap_t src_cmap); REQUEST ARGUMENTS conn The XCB connection to X11. mid TODO: NOT YET DOCUMENTED. ...
xcb_copy_colormap_and_free_checked(3)
NAME xcb_copy_colormap_and_free - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_colormap_and_free(xcb_connection_t *conn, xcb_colormap_t mid, xcb_colormap_t src_cmap); REQUEST ARGUMENTS conn The XCB connection to X11. mid TODO: NOT YET DOCUMENTED. ...
xcb_copy_gc(3)
NAME xcb_copy_gc - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_gc(xcb_connection_t *conn, xcb_gcontext_t src_gc, xcb_gcontext_t dst_gc, uint32_t value_mask); REQUEST ARGUMENTS conn The XCB connection to X11. src_gc TODO: NOT YET DOCUMENTED. dst_gc ...
xcb_copy_gc_checked(3)
NAME xcb_copy_gc - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_gc(xcb_connection_t *conn, xcb_gcontext_t src_gc, xcb_gcontext_t dst_gc, uint32_t value_mask); REQUEST ARGUMENTS conn The XCB connection to X11. src_gc TODO: NOT YET DOCUMENTED. dst_gc ...
xcb_copy_plane(3)
NAME xcb_copy_plane - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_plane(xcb_connection_t *conn, xcb_drawable_t src_drawable, xcb_drawable_t dst_drawable, xcb_gcontext_t gc, int16_t src_x, int16_t src_y, int16_t dst_x, int16_t dst_y, uint16_t width, uint16_t height, ...
xcb_copy_plane_checked(3)
NAME xcb_copy_plane - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_copy_plane(xcb_connection_t *conn, xcb_drawable_t src_drawable, xcb_drawable_t dst_drawable, xcb_gcontext_t gc, int16_t src_x, int16_t src_y, int16_t dst_x, int16_t dst_y, uint16_t width, uint16_t height, ...
xcb_create_colormap(3)
NAME xcb_create_colormap - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_colormap(xcb_connection_t *conn, uint8_t alloc, xcb_colormap_t mid, xcb_window_t window, xcb_visualid_t visual); REQUEST ARGUMENTS conn The XCB connection to X11. alloc One of the fol...
xcb_create_colormap_checked(3)
NAME xcb_create_colormap - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_colormap(xcb_connection_t *conn, uint8_t alloc, xcb_colormap_t mid, xcb_window_t window, xcb_visualid_t visual); REQUEST ARGUMENTS conn The XCB connection to X11. alloc One of the fol...
xcb_create_cursor(3)
NAME xcb_create_cursor - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_cursor(xcb_connection_t *conn, xcb_cursor_t cid, xcb_pixmap_t source, xcb_pixmap_t mask, uint16_t fore_red, uint16_t fore_green, uint16_t fore_blue, uint16_t back_red, uint16_t back_green, ...
xcb_create_cursor_checked(3)
NAME xcb_create_cursor - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_cursor(xcb_connection_t *conn, xcb_cursor_t cid, xcb_pixmap_t source, xcb_pixmap_t mask, uint16_t fore_red, uint16_t fore_green, uint16_t fore_blue, uint16_t back_red, uint16_t back_green, ...
xcb_create_gc(3)
NAME xcb_create_gc - Creates a graphics context SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_gc(xcb_connection_t *conn, xcb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_create_gc_checked(3)
NAME xcb_create_gc - Creates a graphics context SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_gc(xcb_connection_t *conn, xcb_gcontext_t cid, xcb_drawable_t drawable, uint32_t value_mask, const void *value_list); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_create_glyph_cursor(3)
NAME xcb_create_glyph_cursor - create cursor SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_glyph_cursor(xcb_connection_t *conn, xcb_cursor_t cid, xcb_font_t source_font, xcb_font_t mask_font, uint16_t source_char, uint16_t mask_char, uint16_t fore_red, uint16_t fore_green, ...
xcb_create_glyph_cursor_checked(3)
NAME xcb_create_glyph_cursor - create cursor SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_glyph_cursor(xcb_connection_t *conn, xcb_cursor_t cid, xcb_font_t source_font, xcb_font_t mask_font, uint16_t source_char, uint16_t mask_char, uint16_t fore_red, uint16_t fore_green, ...
xcb_create_notify_event_t(3)
NAME xcb_create_notify_event_t - SYNOPSIS #include <xcb/xproto.h> Event datastructure typedef struct xcb_create_notify_event_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; xcb_window_t parent; xcb_window_t window; i...
xcb_create_pixmap(3)
NAME xcb_create_pixmap - Creates a pixmap SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_pixmap(xcb_connection_t *conn, uint8_t depth, xcb_pixmap_t pid, xcb_drawable_t drawable, uint16_t width, uint16_t height); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_create_pixmap_checked(3)
NAME xcb_create_pixmap - Creates a pixmap SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_pixmap(xcb_connection_t *conn, uint8_t depth, xcb_pixmap_t pid, xcb_drawable_t drawable, uint16_t width, uint16_t height); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_create_window(3)
NAME xcb_create_window - Creates a window SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_window(xcb_connection_t *conn, uint8_t depth, xcb_window_t wid, xcb_window_t parent, int16_t x, int16_t y, uint16_t width, uint16_t height, uint16_t border_width, uint16_t _class, xcb_vi...
xcb_create_window_checked(3)
NAME xcb_create_window - Creates a window SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_create_window(xcb_connection_t *conn, uint8_t depth, xcb_window_t wid, xcb_window_t parent, int16_t x, int16_t y, uint16_t width, uint16_t height, uint16_t border_width, uint16_t _class, xcb_vi...
xcb_damage_add(3)
NAME xcb_damage_add - Add a region to a previously created Damage object. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_add(xcb_connection_t *conn, xcb_drawable_t drawable, xcb_xfixes_region_t region); REQUEST ARGUMENTS conn The XCB connection to X11. drawable...
xcb_damage_add_checked(3)
NAME xcb_damage_add - Add a region to a previously created Damage object. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_add(xcb_connection_t *conn, xcb_drawable_t drawable, xcb_xfixes_region_t region); REQUEST ARGUMENTS conn The XCB connection to X11. drawable...
xcb_damage_create(3)
NAME xcb_damage_create - Creates a Damage object to monitor changes to a drawable. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_create(xcb_connection_t *conn, xcb_damage_damage_t damage, xcb_drawable_t drawable, uint8_t level); REQUEST ARGUMENTS conn The XCB connecti...
xcb_damage_create_checked(3)
NAME xcb_damage_create - Creates a Damage object to monitor changes to a drawable. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_create(xcb_connection_t *conn, xcb_damage_damage_t damage, xcb_drawable_t drawable, uint8_t level); REQUEST ARGUMENTS conn The XCB connecti...
xcb_damage_destroy(3)
NAME xcb_damage_destroy - Destroys a previously created Damage object. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_destroy(xcb_connection_t *conn, xcb_damage_damage_t damage); REQUEST ARGUMENTS conn The XCB connection to X11. damage The ID you provided to...
xcb_damage_destroy_checked(3)
NAME xcb_damage_destroy - Destroys a previously created Damage object. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_destroy(xcb_connection_t *conn, xcb_damage_damage_t damage); REQUEST ARGUMENTS conn The XCB connection to X11. damage The ID you provided to...
xcb_damage_notify_event_t(3)
NAME xcb_damage_notify_event_t - the contents of the monitored drawable have changed SYNOPSIS #include <xcb/damage.h> Event datastructure typedef struct xcb_damage_notify_event_t { uint8_t response_type; uint8_t level; uint16_t sequence; ...
xcb_damage_query_version(3)
NAME xcb_damage_query_version - Negotiate the version of the DAMAGE extension SYNOPSIS #include <xcb/damage.h> Request function xcb_damage_query_version_cookie_t xcb_damage_query_version(xcb_connection_t *conn, uint32_t client_major_version, uint32_t client_minor_version); Reply datastructure ty...
xcb_damage_query_version_reply(3)
NAME xcb_damage_query_version - Negotiate the version of the DAMAGE extension SYNOPSIS #include <xcb/damage.h> Request function xcb_damage_query_version_cookie_t xcb_damage_query_version(xcb_connection_t *conn, uint32_t client_major_version, uint32_t client_minor_version); Reply datastructure ty...
xcb_damage_query_version_unchecked(3)
NAME xcb_damage_query_version - Negotiate the version of the DAMAGE extension SYNOPSIS #include <xcb/damage.h> Request function xcb_damage_query_version_cookie_t xcb_damage_query_version(xcb_connection_t *conn, uint32_t client_major_version, uint32_t client_minor_version); Reply datastructure ty...
xcb_damage_subtract(3)
NAME xcb_damage_subtract - Remove regions from a previously created Damage object. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_subtract(xcb_connection_t *conn, xcb_damage_damage_t damage, xcb_xfixes_region_t repair, xcb_xfixes_region_t parts); REQUEST ARGUMENTS conn ...
xcb_damage_subtract_checked(3)
NAME xcb_damage_subtract - Remove regions from a previously created Damage object. SYNOPSIS #include <xcb/damage.h> Request function xcb_void_cookie_t xcb_damage_subtract(xcb_connection_t *conn, xcb_damage_damage_t damage, xcb_xfixes_region_t repair, xcb_xfixes_region_t parts); REQUEST ARGUMENTS conn ...
xcb_dbe_allocate_back_buffer(3)
NAME xcb_dbe_allocate_back_buffer - Allocates a back buffer SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_allocate_back_buffer(xcb_connection_t *conn, xcb_window_t window, xcb_dbe_back_buffer_t buffer, uint8_t swap_action); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_dbe_allocate_back_buffer_checked(3)
NAME xcb_dbe_allocate_back_buffer - Allocates a back buffer SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_allocate_back_buffer(xcb_connection_t *conn, xcb_window_t window, xcb_dbe_back_buffer_t buffer, uint8_t swap_action); REQUEST ARGUMENTS conn The XCB connection to X11. ...
xcb_dbe_begin_idiom(3)
NAME xcb_dbe_begin_idiom - Begins a logical swap block SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_begin_idiom(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION Creates a block of operations intended to occur together. This may be need...
xcb_dbe_begin_idiom_checked(3)
NAME xcb_dbe_begin_idiom - Begins a logical swap block SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_begin_idiom(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION Creates a block of operations intended to occur together. This may be need...
xcb_dbe_deallocate_back_buffer(3)
NAME xcb_dbe_deallocate_back_buffer - Deallocates a back buffer SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_deallocate_back_buffer(xcb_connection_t *conn, xcb_dbe_back_buffer_t buffer); REQUEST ARGUMENTS conn The XCB connection to X11. buffer The back buffer to...
xcb_dbe_deallocate_back_buffer_checked(3)
NAME xcb_dbe_deallocate_back_buffer - Deallocates a back buffer SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_deallocate_back_buffer(xcb_connection_t *conn, xcb_dbe_back_buffer_t buffer); REQUEST ARGUMENTS conn The XCB connection to X11. buffer The back buffer to...
xcb_dbe_end_idiom(3)
NAME xcb_dbe_end_idiom - Ends a logical swap block SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_end_idiom(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION RETURN VALUE Returns an xcb_void_cookie_t. Errors (if any) have to be handled in...
xcb_dbe_end_idiom_checked(3)
NAME xcb_dbe_end_idiom - Ends a logical swap block SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_end_idiom(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION RETURN VALUE Returns an xcb_void_cookie_t. Errors (if any) have to be handled in...
xcb_dbe_get_back_buffer_attributes(3)
NAME xcb_dbe_get_back_buffer_attributes - Gets back buffer attributes SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_back_buffer_attributes_cookie_t xcb_dbe_get_back_buffer_attributes(xcb_connection_t *conn, xcb_dbe_back_buffer_t buffer); Reply datastructure typedef struct xcb_dbe_ge...
xcb_dbe_get_back_buffer_attributes_reply(3)
NAME xcb_dbe_get_back_buffer_attributes - Gets back buffer attributes SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_back_buffer_attributes_cookie_t xcb_dbe_get_back_buffer_attributes(xcb_connection_t *conn, xcb_dbe_back_buffer_t buffer); Reply datastructure typedef struct xcb_dbe_ge...
xcb_dbe_get_back_buffer_attributes_unchecked(3)
NAME xcb_dbe_get_back_buffer_attributes - Gets back buffer attributes SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_back_buffer_attributes_cookie_t xcb_dbe_get_back_buffer_attributes(xcb_connection_t *conn, xcb_dbe_back_buffer_t buffer); Reply datastructure typedef struct xcb_dbe_ge...
xcb_dbe_get_visual_info(3)
NAME xcb_dbe_get_visual_info - Requests visuals that support double buffering SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_visual_info_cookie_t xcb_dbe_get_visual_info(xcb_connection_t *conn, uint32_t n_drawables, const xcb_drawable_t *drawables); Reply datastructure typedef struct...
xcb_dbe_get_visual_info_reply(3)
NAME xcb_dbe_get_visual_info - Requests visuals that support double buffering SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_visual_info_cookie_t xcb_dbe_get_visual_info(xcb_connection_t *conn, uint32_t n_drawables, const xcb_drawable_t *drawables); Reply datastructure typedef struct...
xcb_dbe_get_visual_info_supported_visuals_iterator(3)
NAME xcb_dbe_get_visual_info - Requests visuals that support double buffering SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_visual_info_cookie_t xcb_dbe_get_visual_info(xcb_connection_t *conn, uint32_t n_drawables, const xcb_drawable_t *drawables); Reply datastructure typedef struct...
xcb_dbe_get_visual_info_supported_visuals_length(3)
NAME xcb_dbe_get_visual_info - Requests visuals that support double buffering SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_visual_info_cookie_t xcb_dbe_get_visual_info(xcb_connection_t *conn, uint32_t n_drawables, const xcb_drawable_t *drawables); Reply datastructure typedef struct...
xcb_dbe_get_visual_info_unchecked(3)
NAME xcb_dbe_get_visual_info - Requests visuals that support double buffering SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_get_visual_info_cookie_t xcb_dbe_get_visual_info(xcb_connection_t *conn, uint32_t n_drawables, const xcb_drawable_t *drawables); Reply datastructure typedef struct...
xcb_dbe_query_version(3)
NAME xcb_dbe_query_version - Queries the version of this extension SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_query_version_cookie_t xcb_dbe_query_version(xcb_connection_t *conn, uint8_t major_version, uint8_t minor_version); Reply datastructure typedef struct xcb_dbe_query_version_r...
xcb_dbe_query_version_reply(3)
NAME xcb_dbe_query_version - Queries the version of this extension SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_query_version_cookie_t xcb_dbe_query_version(xcb_connection_t *conn, uint8_t major_version, uint8_t minor_version); Reply datastructure typedef struct xcb_dbe_query_version_r...
xcb_dbe_query_version_unchecked(3)
NAME xcb_dbe_query_version - Queries the version of this extension SYNOPSIS #include <xcb/dbe.h> Request function xcb_dbe_query_version_cookie_t xcb_dbe_query_version(xcb_connection_t *conn, uint8_t major_version, uint8_t minor_version); Reply datastructure typedef struct xcb_dbe_query_version_r...
xcb_dbe_swap_buffers(3)
NAME xcb_dbe_swap_buffers - Swaps front and back buffers SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_swap_buffers(xcb_connection_t *conn, uint32_t n_actions, const xcb_dbe_swap_info_t *actions); REQUEST ARGUMENTS conn The XCB connection to X11. n_actions Number of...
xcb_dbe_swap_buffers_checked(3)
NAME xcb_dbe_swap_buffers - Swaps front and back buffers SYNOPSIS #include <xcb/dbe.h> Request function xcb_void_cookie_t xcb_dbe_swap_buffers(xcb_connection_t *conn, uint32_t n_actions, const xcb_dbe_swap_info_t *actions); REQUEST ARGUMENTS conn The XCB connection to X11. n_actions Number of...
xcb_delete_property(3)
NAME xcb_delete_property - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_delete_property(xcb_connection_t *conn, xcb_window_t window, xcb_atom_t property); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. property TODO: N...
xcb_delete_property_checked(3)
NAME xcb_delete_property - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_delete_property(xcb_connection_t *conn, xcb_window_t window, xcb_atom_t property); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. property TODO: N...
xcb_destroy_notify_event_t(3)
NAME xcb_destroy_notify_event_t - a window is destroyed SYNOPSIS #include <xcb/xproto.h> Event datastructure typedef struct xcb_destroy_notify_event_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; xcb_window_t event; xcb_window...
xcb_destroy_subwindows(3)
NAME xcb_destroy_subwindows - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_destroy_subwindows(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcb...
xcb_destroy_subwindows_checked(3)
NAME xcb_destroy_subwindows - SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_destroy_subwindows(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS conn The XCB connection to X11. window TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE Returns an xcb...
xcb_destroy_window(3)
NAME xcb_destroy_window - Destroys a window SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_destroy_window(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS conn The XCB connection to X11. window The window to destroy. DESCRIPTION Destroys the specif...
xcb_destroy_window_checked(3)
NAME xcb_destroy_window - Destroys a window SYNOPSIS #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_destroy_window(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS conn The XCB connection to X11. window The window to destroy. DESCRIPTION Destroys the specif...
xcb_dpms_capable(3)
NAME xcb_dpms_capable - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_capable_cookie_t xcb_dpms_capable(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_capable_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; ...
xcb_dpms_capable_reply(3)
NAME xcb_dpms_capable - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_capable_cookie_t xcb_dpms_capable(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_capable_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; ...
xcb_dpms_capable_unchecked(3)
NAME xcb_dpms_capable - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_capable_cookie_t xcb_dpms_capable(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_capable_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; ...
xcb_dpms_disable(3)
NAME xcb_dpms_disable - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_disable(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION RETURN VALUE Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If...
xcb_dpms_disable_checked(3)
NAME xcb_dpms_disable - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_disable(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION RETURN VALUE Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If...
xcb_dpms_enable(3)
NAME xcb_dpms_enable - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_enable(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION RETURN VALUE Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If y...
xcb_dpms_enable_checked(3)
NAME xcb_dpms_enable - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_enable(xcb_connection_t *conn, REQUEST ARGUMENTS conn The XCB connection to X11. DESCRIPTION RETURN VALUE Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If y...
xcb_dpms_force_level(3)
NAME xcb_dpms_force_level - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_force_level(xcb_connection_t *conn, uint16_t power_level); REQUEST ARGUMENTS conn The XCB connection to X11. power_level TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE ...
xcb_dpms_force_level_checked(3)
NAME xcb_dpms_force_level - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_force_level(xcb_connection_t *conn, uint16_t power_level); REQUEST ARGUMENTS conn The XCB connection to X11. power_level TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE ...
xcb_dpms_get_timeouts(3)
NAME xcb_dpms_get_timeouts - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_get_timeouts_cookie_t xcb_dpms_get_timeouts(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_get_timeouts_reply_t { uint8_t response_type; uint8_t pad0; uin...
xcb_dpms_get_timeouts_reply(3)
NAME xcb_dpms_get_timeouts - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_get_timeouts_cookie_t xcb_dpms_get_timeouts(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_get_timeouts_reply_t { uint8_t response_type; uint8_t pad0; uin...
xcb_dpms_get_timeouts_unchecked(3)
NAME xcb_dpms_get_timeouts - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_get_timeouts_cookie_t xcb_dpms_get_timeouts(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_get_timeouts_reply_t { uint8_t response_type; uint8_t pad0; uin...
xcb_dpms_get_version(3)
NAME xcb_dpms_get_version - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_get_version_cookie_t xcb_dpms_get_version(xcb_connection_t *conn, uint16_t client_major_version, uint16_t client_minor_version); Reply datastructure typedef struct xcb_dpms_get_version_reply_t { uint8...
xcb_dpms_get_version_reply(3)
NAME xcb_dpms_get_version - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_get_version_cookie_t xcb_dpms_get_version(xcb_connection_t *conn, uint16_t client_major_version, uint16_t client_minor_version); Reply datastructure typedef struct xcb_dpms_get_version_reply_t { uint8...
xcb_dpms_get_version_unchecked(3)
NAME xcb_dpms_get_version - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_get_version_cookie_t xcb_dpms_get_version(xcb_connection_t *conn, uint16_t client_major_version, uint16_t client_minor_version); Reply datastructure typedef struct xcb_dpms_get_version_reply_t { uint8...
xcb_dpms_info(3)
NAME xcb_dpms_info - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_info_cookie_t xcb_dpms_info(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_info_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint3...
xcb_dpms_info_notify_event_t(3)
NAME xcb_dpms_info_notify_event_t - SYNOPSIS #include <xcb/dpms.h> Event datastructure typedef struct xcb_dpms_info_notify_event_t { uint8_t response_type; uint8_t extension; uint16_t sequence; uint32_t length; uint16_t ...
xcb_dpms_info_reply(3)
NAME xcb_dpms_info - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_info_cookie_t xcb_dpms_info(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_info_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint3...
xcb_dpms_info_unchecked(3)
NAME xcb_dpms_info - SYNOPSIS #include <xcb/dpms.h> Request function xcb_dpms_info_cookie_t xcb_dpms_info(xcb_connection_t *conn, Reply datastructure typedef struct xcb_dpms_info_reply_t { uint8_t response_type; uint8_t pad0; uint16_t sequence; uint3...
xcb_dpms_select_input(3)
NAME xcb_dpms_select_input - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_select_input(xcb_connection_t *conn, uint32_t event_mask); REQUEST ARGUMENTS conn The XCB connection to X11. event_mask TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE ...
xcb_dpms_select_input_checked(3)
NAME xcb_dpms_select_input - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_select_input(xcb_connection_t *conn, uint32_t event_mask); REQUEST ARGUMENTS conn The XCB connection to X11. event_mask TODO: NOT YET DOCUMENTED. DESCRIPTION RETURN VALUE ...
xcb_dpms_set_timeouts(3)
NAME xcb_dpms_set_timeouts - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_set_timeouts(xcb_connection_t *conn, uint16_t standby_timeout, uint16_t suspend_timeout, uint16_t off_timeout); REQUEST ARGUMENTS conn The XCB connection to X11. standby_timeout ...
xcb_dpms_set_timeouts_checked(3)
NAME xcb_dpms_set_timeouts - SYNOPSIS #include <xcb/dpms.h> Request function xcb_void_cookie_t xcb_dpms_set_timeouts(xcb_connection_t *conn, uint16_t standby_timeout, uint16_t suspend_timeout, uint16_t off_timeout); REQUEST ARGUMENTS conn The XCB connection to X11. standby_timeout ...
xcb_dri2_authenticate(3)
NAME xcb_dri2_authenticate - SYNOPSIS #include <xcb/dri2.h> Request function xcb_dri2_authenticate_cookie_t xcb_dri2_authenticate(xcb_connection_t *conn, xcb_window_t window, uint32_t magic); Reply datastructure typedef struct xcb_dri2_authenticate_reply_t { uint8_t response_type; ...