jpayne@69: /* jpayne@69: * This file generated automatically from composite.xml by c_client.py. jpayne@69: * Edit at your peril. jpayne@69: */ jpayne@69: jpayne@69: /** jpayne@69: * @defgroup XCB_Composite_API XCB Composite API jpayne@69: * @brief Composite XCB Protocol Implementation. jpayne@69: * @{ jpayne@69: **/ jpayne@69: jpayne@69: #ifndef __COMPOSITE_H jpayne@69: #define __COMPOSITE_H jpayne@69: jpayne@69: #include "xcb.h" jpayne@69: #include "xproto.h" jpayne@69: #include "xfixes.h" jpayne@69: jpayne@69: #ifdef __cplusplus jpayne@69: extern "C" { jpayne@69: #endif jpayne@69: jpayne@69: #define XCB_COMPOSITE_MAJOR_VERSION 0 jpayne@69: #define XCB_COMPOSITE_MINOR_VERSION 4 jpayne@69: jpayne@69: extern xcb_extension_t xcb_composite_id; jpayne@69: jpayne@69: typedef enum xcb_composite_redirect_t { jpayne@69: XCB_COMPOSITE_REDIRECT_AUTOMATIC = 0, jpayne@69: XCB_COMPOSITE_REDIRECT_MANUAL = 1 jpayne@69: } xcb_composite_redirect_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_query_version_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_query_version_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_composite_query_version_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_query_version. */ jpayne@69: #define XCB_COMPOSITE_QUERY_VERSION 0 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_query_version_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_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 client_major_version; jpayne@69: uint32_t client_minor_version; jpayne@69: } xcb_composite_query_version_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_query_version_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_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_composite_query_version_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_redirect_window. */ jpayne@69: #define XCB_COMPOSITE_REDIRECT_WINDOW 1 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_redirect_window_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_redirect_window_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 update; jpayne@69: uint8_t pad0[3]; jpayne@69: } xcb_composite_redirect_window_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_redirect_subwindows. */ jpayne@69: #define XCB_COMPOSITE_REDIRECT_SUBWINDOWS 2 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_redirect_subwindows_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_redirect_subwindows_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 update; jpayne@69: uint8_t pad0[3]; jpayne@69: } xcb_composite_redirect_subwindows_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_unredirect_window. */ jpayne@69: #define XCB_COMPOSITE_UNREDIRECT_WINDOW 3 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_unredirect_window_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_unredirect_window_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 update; jpayne@69: uint8_t pad0[3]; jpayne@69: } xcb_composite_unredirect_window_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_unredirect_subwindows. */ jpayne@69: #define XCB_COMPOSITE_UNREDIRECT_SUBWINDOWS 4 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_unredirect_subwindows_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_unredirect_subwindows_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 update; jpayne@69: uint8_t pad0[3]; jpayne@69: } xcb_composite_unredirect_subwindows_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_create_region_from_border_clip. */ jpayne@69: #define XCB_COMPOSITE_CREATE_REGION_FROM_BORDER_CLIP 5 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_create_region_from_border_clip_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_create_region_from_border_clip_request_t { jpayne@69: uint8_t major_opcode; jpayne@69: uint8_t minor_opcode; jpayne@69: uint16_t length; jpayne@69: xcb_xfixes_region_t region; jpayne@69: xcb_window_t window; jpayne@69: } xcb_composite_create_region_from_border_clip_request_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_name_window_pixmap. */ jpayne@69: #define XCB_COMPOSITE_NAME_WINDOW_PIXMAP 6 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_name_window_pixmap_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_name_window_pixmap_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_pixmap_t pixmap; jpayne@69: } xcb_composite_name_window_pixmap_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_get_overlay_window_cookie_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_get_overlay_window_cookie_t { jpayne@69: unsigned int sequence; jpayne@69: } xcb_composite_get_overlay_window_cookie_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_get_overlay_window. */ jpayne@69: #define XCB_COMPOSITE_GET_OVERLAY_WINDOW 7 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_get_overlay_window_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_get_overlay_window_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_composite_get_overlay_window_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_get_overlay_window_reply_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_get_overlay_window_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_window_t overlay_win; jpayne@69: uint8_t pad1[20]; jpayne@69: } xcb_composite_get_overlay_window_reply_t; jpayne@69: jpayne@69: /** Opcode for xcb_composite_release_overlay_window. */ jpayne@69: #define XCB_COMPOSITE_RELEASE_OVERLAY_WINDOW 8 jpayne@69: jpayne@69: /** jpayne@69: * @brief xcb_composite_release_overlay_window_request_t jpayne@69: **/ jpayne@69: typedef struct xcb_composite_release_overlay_window_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_composite_release_overlay_window_request_t; jpayne@69: jpayne@69: /** jpayne@69: * @brief Negotiate the version of Composite jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param client_major_version The major version supported by the client. jpayne@69: * @param client_minor_version The minor version supported by the client. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * This negotiates the version of the Composite extension. It must be precede all jpayne@69: * other requests using Composite. Failure to do so will cause a BadRequest error. jpayne@69: * jpayne@69: */ jpayne@69: xcb_composite_query_version_cookie_t jpayne@69: xcb_composite_query_version (xcb_connection_t *c, jpayne@69: uint32_t client_major_version, jpayne@69: uint32_t client_minor_version); jpayne@69: jpayne@69: /** jpayne@69: * @brief Negotiate the version of Composite jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param client_major_version The major version supported by the client. jpayne@69: * @param client_minor_version The minor version supported by the client. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * This negotiates the version of the Composite extension. It must be precede all jpayne@69: * other requests using Composite. Failure to do so will cause a BadRequest error. 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_composite_query_version_cookie_t jpayne@69: xcb_composite_query_version_unchecked (xcb_connection_t *c, jpayne@69: uint32_t client_major_version, jpayne@69: uint32_t client_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_composite_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_composite_query_version_reply_t * jpayne@69: xcb_composite_query_version_reply (xcb_connection_t *c, jpayne@69: xcb_composite_query_version_cookie_t cookie /**< */, jpayne@69: xcb_generic_error_t **e); jpayne@69: jpayne@69: /** jpayne@69: * @brief Redirect the hierarchy starting at "window" to off-screen storage. jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The root of the hierarchy to redirect to off-screen storage. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update Whether contents are automatically mirrored to the parent window. If one client jpayne@69: * already specifies an update type of Manual, any attempt by another to specify a jpayne@69: * mode of Manual so will result in an Access error. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * The hierarchy starting at 'window' is directed to off-screen jpayne@69: * storage. When all clients enabling redirection terminate, jpayne@69: * the redirection will automatically be disabled. jpayne@69: * jpayne@69: * The root window may not be redirected. Doing so results in a Match jpayne@69: * error. 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_composite_redirect_window_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); jpayne@69: jpayne@69: /** jpayne@69: * @brief Redirect the hierarchy starting at "window" to off-screen storage. jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The root of the hierarchy to redirect to off-screen storage. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update Whether contents are automatically mirrored to the parent window. If one client jpayne@69: * already specifies an update type of Manual, any attempt by another to specify a jpayne@69: * mode of Manual so will result in an Access error. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * The hierarchy starting at 'window' is directed to off-screen jpayne@69: * storage. When all clients enabling redirection terminate, jpayne@69: * the redirection will automatically be disabled. jpayne@69: * jpayne@69: * The root window may not be redirected. Doing so results in a Match jpayne@69: * error. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_composite_redirect_window (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); jpayne@69: jpayne@69: /** jpayne@69: * @brief Redirect all current and future children of ‘window’ jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The root of the hierarchy to redirect to off-screen storage. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update Whether contents are automatically mirrored to the parent window. If one client jpayne@69: * already specifies an update type of Manual, any attempt by another to specify a jpayne@69: * mode of Manual so will result in an Access error. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Hierarchies starting at all current and future children of window jpayne@69: * will be redirected as in RedirectWindow. If update is Manual, jpayne@69: * then painting of the window background during window manipulation jpayne@69: * and ClearArea requests is inhibited. 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_composite_redirect_subwindows_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); jpayne@69: jpayne@69: /** jpayne@69: * @brief Redirect all current and future children of ‘window’ jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The root of the hierarchy to redirect to off-screen storage. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update Whether contents are automatically mirrored to the parent window. If one client jpayne@69: * already specifies an update type of Manual, any attempt by another to specify a jpayne@69: * mode of Manual so will result in an Access error. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Hierarchies starting at all current and future children of window jpayne@69: * will be redirected as in RedirectWindow. If update is Manual, jpayne@69: * then painting of the window background during window manipulation jpayne@69: * and ClearArea requests is inhibited. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_composite_redirect_subwindows (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); jpayne@69: jpayne@69: /** jpayne@69: * @brief Terminate redirection of the specified window. jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The window to terminate redirection of. Must be redirected by the jpayne@69: * current client, or a Value error results. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update The update type passed to RedirectWindows. If this does not match the jpayne@69: * previously requested update type, a Value error results. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Redirection of the specified window will be terminated. This cannot be jpayne@69: * used if the window was redirected with RedirectSubwindows. 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_composite_unredirect_window_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); jpayne@69: jpayne@69: /** jpayne@69: * @brief Terminate redirection of the specified window. jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The window to terminate redirection of. Must be redirected by the jpayne@69: * current client, or a Value error results. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update The update type passed to RedirectWindows. If this does not match the jpayne@69: * previously requested update type, a Value error results. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Redirection of the specified window will be terminated. This cannot be jpayne@69: * used if the window was redirected with RedirectSubwindows. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_composite_unredirect_window (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); jpayne@69: jpayne@69: /** jpayne@69: * @brief Terminate redirection of the specified window’s children jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The window to terminate redirection of. Must have previously been jpayne@69: * selected for sub-redirection by the current client, or a Value error jpayne@69: * results. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update The update type passed to RedirectSubWindows. If this does not match jpayne@69: * the previously requested update type, a Value error results. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Redirection of all children of window will be terminated. 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_composite_unredirect_subwindows_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); jpayne@69: jpayne@69: /** jpayne@69: * @brief Terminate redirection of the specified window’s children jpayne@69: * jpayne@69: * @param c The connection jpayne@69: * @param window The window to terminate redirection of. Must have previously been jpayne@69: * selected for sub-redirection by the current client, or a Value error jpayne@69: * results. jpayne@69: * @param update A bitmask of #xcb_composite_redirect_t values. jpayne@69: * @param update The update type passed to RedirectSubWindows. If this does not match jpayne@69: * the previously requested update type, a Value error results. jpayne@69: * @return A cookie jpayne@69: * jpayne@69: * Redirection of all children of window will be terminated. jpayne@69: * jpayne@69: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_composite_unredirect_subwindows (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: uint8_t update); 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_composite_create_region_from_border_clip_checked (xcb_connection_t *c, jpayne@69: xcb_xfixes_region_t region, 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: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_composite_create_region_from_border_clip (xcb_connection_t *c, jpayne@69: xcb_xfixes_region_t region, 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 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_composite_name_window_pixmap_checked (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_pixmap_t pixmap); 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_composite_name_window_pixmap (xcb_connection_t *c, jpayne@69: xcb_window_t window, jpayne@69: xcb_pixmap_t pixmap); 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_composite_get_overlay_window_cookie_t jpayne@69: xcb_composite_get_overlay_window (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_composite_get_overlay_window_cookie_t jpayne@69: xcb_composite_get_overlay_window_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_composite_get_overlay_window_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_composite_get_overlay_window_reply_t * jpayne@69: xcb_composite_get_overlay_window_reply (xcb_connection_t *c, jpayne@69: xcb_composite_get_overlay_window_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_composite_release_overlay_window_checked (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: */ jpayne@69: xcb_void_cookie_t jpayne@69: xcb_composite_release_overlay_window (xcb_connection_t *c, jpayne@69: xcb_window_t window); 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: */