xcb.composite

@defgroup XCB_Composite_API XCB Composite API @brief Composite XCB Protocol Implementation. @{

Members

Aliases

XCB_COMPOSITE_REDIRECT_AUTOMATIC
alias XCB_COMPOSITE_REDIRECT_AUTOMATIC = xcb_composite_redirect_t.XCB_COMPOSITE_REDIRECT_AUTOMATIC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_COMPOSITE_REDIRECT_MANUAL
alias XCB_COMPOSITE_REDIRECT_MANUAL = xcb_composite_redirect_t.XCB_COMPOSITE_REDIRECT_MANUAL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

xcb_composite_create_region_from_border_clip
xcb_void_cookie_t xcb_composite_create_region_from_border_clip(xcb_connection_t* c, xcb_xfixes_region_t region, xcb_window_t window)

@param c The connection @return A cookie

xcb_composite_create_region_from_border_clip_checked
xcb_void_cookie_t xcb_composite_create_region_from_border_clip_checked(xcb_connection_t* c, xcb_xfixes_region_t region, xcb_window_t window)

@param c The connection @return A cookie

xcb_composite_get_overlay_window
xcb_composite_get_overlay_window_cookie_t xcb_composite_get_overlay_window(xcb_connection_t* c, xcb_window_t window)

@param c The connection @return A cookie

xcb_composite_get_overlay_window_reply
xcb_composite_get_overlay_window_reply_t* xcb_composite_get_overlay_window_reply(xcb_connection_t* c, xcb_composite_get_overlay_window_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_composite_get_overlay_window_unchecked
xcb_composite_get_overlay_window_cookie_t xcb_composite_get_overlay_window_unchecked(xcb_connection_t* c, xcb_window_t window)

@param c The connection @return A cookie

xcb_composite_name_window_pixmap
xcb_void_cookie_t xcb_composite_name_window_pixmap(xcb_connection_t* c, xcb_window_t window, xcb_pixmap_t pixmap)

@param c The connection @return A cookie

xcb_composite_name_window_pixmap_checked
xcb_void_cookie_t xcb_composite_name_window_pixmap_checked(xcb_connection_t* c, xcb_window_t window, xcb_pixmap_t pixmap)

@param c The connection @return A cookie

xcb_composite_query_version
xcb_composite_query_version_cookie_t xcb_composite_query_version(xcb_connection_t* c, uint client_major_version, uint client_minor_version)

@param c The connection @return A cookie

xcb_composite_query_version_reply
xcb_composite_query_version_reply_t* xcb_composite_query_version_reply(xcb_connection_t* c, xcb_composite_query_version_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_composite_query_version_unchecked
xcb_composite_query_version_cookie_t xcb_composite_query_version_unchecked(xcb_connection_t* c, uint client_major_version, uint client_minor_version)

@param c The connection @return A cookie

xcb_composite_redirect_subwindows
xcb_void_cookie_t xcb_composite_redirect_subwindows(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

xcb_composite_redirect_subwindows_checked
xcb_void_cookie_t xcb_composite_redirect_subwindows_checked(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

xcb_composite_redirect_window
xcb_void_cookie_t xcb_composite_redirect_window(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

xcb_composite_redirect_window_checked
xcb_void_cookie_t xcb_composite_redirect_window_checked(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

xcb_composite_release_overlay_window
xcb_void_cookie_t xcb_composite_release_overlay_window(xcb_connection_t* c, xcb_window_t window)

@param c The connection @return A cookie

xcb_composite_release_overlay_window_checked
xcb_void_cookie_t xcb_composite_release_overlay_window_checked(xcb_connection_t* c, xcb_window_t window)

@param c The connection @return A cookie

xcb_composite_unredirect_subwindows
xcb_void_cookie_t xcb_composite_unredirect_subwindows(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

xcb_composite_unredirect_subwindows_checked
xcb_void_cookie_t xcb_composite_unredirect_subwindows_checked(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

xcb_composite_unredirect_window
xcb_void_cookie_t xcb_composite_unredirect_window(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

xcb_composite_unredirect_window_checked
xcb_void_cookie_t xcb_composite_unredirect_window_checked(xcb_connection_t* c, xcb_window_t window, ubyte update)

@param c The connection @return A cookie

Manifest constants

XCB_COMPOSITE_CREATE_REGION_FROM_BORDER_CLIP
enum XCB_COMPOSITE_CREATE_REGION_FROM_BORDER_CLIP;

Opcode for xcb_composite_create_region_from_border_clip.

XCB_COMPOSITE_GET_OVERLAY_WINDOW
enum XCB_COMPOSITE_GET_OVERLAY_WINDOW;

Opcode for xcb_composite_get_overlay_window.

XCB_COMPOSITE_NAME_WINDOW_PIXMAP
enum XCB_COMPOSITE_NAME_WINDOW_PIXMAP;

Opcode for xcb_composite_name_window_pixmap.

XCB_COMPOSITE_QUERY_VERSION
enum XCB_COMPOSITE_QUERY_VERSION;

Opcode for xcb_composite_query_version.

XCB_COMPOSITE_REDIRECT_SUBWINDOWS
enum XCB_COMPOSITE_REDIRECT_SUBWINDOWS;

Opcode for xcb_composite_redirect_subwindows.

XCB_COMPOSITE_REDIRECT_WINDOW
enum XCB_COMPOSITE_REDIRECT_WINDOW;

Opcode for xcb_composite_redirect_window.

XCB_COMPOSITE_RELEASE_OVERLAY_WINDOW
enum XCB_COMPOSITE_RELEASE_OVERLAY_WINDOW;

Opcode for xcb_composite_release_overlay_window.

XCB_COMPOSITE_UNREDIRECT_SUBWINDOWS
enum XCB_COMPOSITE_UNREDIRECT_SUBWINDOWS;

Opcode for xcb_composite_unredirect_subwindows.

XCB_COMPOSITE_UNREDIRECT_WINDOW
enum XCB_COMPOSITE_UNREDIRECT_WINDOW;

Opcode for xcb_composite_unredirect_window.

Static variables

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

Structs

xcb_composite_create_region_from_border_clip_request_t
struct xcb_composite_create_region_from_border_clip_request_t

@brief xcb_composite_create_region_from_border_clip_request_t

xcb_composite_get_overlay_window_cookie_t
struct xcb_composite_get_overlay_window_cookie_t

@brief xcb_composite_get_overlay_window_cookie_t

xcb_composite_get_overlay_window_reply_t
struct xcb_composite_get_overlay_window_reply_t

@brief xcb_composite_get_overlay_window_reply_t

xcb_composite_get_overlay_window_request_t
struct xcb_composite_get_overlay_window_request_t

@brief xcb_composite_get_overlay_window_request_t

xcb_composite_name_window_pixmap_request_t
struct xcb_composite_name_window_pixmap_request_t

@brief xcb_composite_name_window_pixmap_request_t

xcb_composite_query_version_cookie_t
struct xcb_composite_query_version_cookie_t

@brief xcb_composite_query_version_cookie_t

xcb_composite_query_version_reply_t
struct xcb_composite_query_version_reply_t

@brief xcb_composite_query_version_reply_t

xcb_composite_query_version_request_t
struct xcb_composite_query_version_request_t

@brief xcb_composite_query_version_request_t

xcb_composite_redirect_subwindows_request_t
struct xcb_composite_redirect_subwindows_request_t

@brief xcb_composite_redirect_subwindows_request_t

xcb_composite_redirect_window_request_t
struct xcb_composite_redirect_window_request_t

@brief xcb_composite_redirect_window_request_t

xcb_composite_release_overlay_window_request_t
struct xcb_composite_release_overlay_window_request_t

@brief xcb_composite_release_overlay_window_request_t

xcb_composite_unredirect_subwindows_request_t
struct xcb_composite_unredirect_subwindows_request_t

@brief xcb_composite_unredirect_subwindows_request_t

xcb_composite_unredirect_window_request_t
struct xcb_composite_unredirect_window_request_t

@brief xcb_composite_unredirect_window_request_t

Variables

XCB_COMPOSITE_MAJOR_VERSION
enum int XCB_COMPOSITE_MAJOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_COMPOSITE_MINOR_VERSION
enum int XCB_COMPOSITE_MINOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta