* This file generated automatically from shape.xml by c_client.py.
* @defgroup XCB_Shape_API XCB Shape API
* @brief Shape XCB Protocol Implementation.
#define XCB_SHAPE_MAJOR_VERSION 1
#define XCB_SHAPE_MINOR_VERSION 1
extern xcb_extension_t xcb_shape_id;
typedef uint8_t xcb_shape_op_t;
* @brief xcb_shape_op_iterator_t
typedef struct xcb_shape_op_iterator_t {
} xcb_shape_op_iterator_t;
typedef uint8_t xcb_shape_kind_t;
* @brief xcb_shape_kind_iterator_t
typedef struct xcb_shape_kind_iterator_t {
} xcb_shape_kind_iterator_t;
typedef enum xcb_shape_so_t {
XCB_SHAPE_SO_INTERSECT = 2,
XCB_SHAPE_SO_SUBTRACT = 3,
typedef enum xcb_shape_sk_t {
XCB_SHAPE_SK_BOUNDING = 0,
/** Opcode for xcb_shape_notify. */
#define XCB_SHAPE_NOTIFY 0
* @brief xcb_shape_notify_event_t
typedef struct xcb_shape_notify_event_t {
xcb_shape_kind_t shape_kind;
xcb_window_t affected_window;
xcb_timestamp_t server_time;
} xcb_shape_notify_event_t;
* @brief xcb_shape_query_version_cookie_t
typedef struct xcb_shape_query_version_cookie_t {
} xcb_shape_query_version_cookie_t;
/** Opcode for xcb_shape_query_version. */
#define XCB_SHAPE_QUERY_VERSION 0
* @brief xcb_shape_query_version_request_t
typedef struct xcb_shape_query_version_request_t {
} xcb_shape_query_version_request_t;
* @brief xcb_shape_query_version_reply_t
typedef struct xcb_shape_query_version_reply_t {
} xcb_shape_query_version_reply_t;
/** Opcode for xcb_shape_rectangles. */
#define XCB_SHAPE_RECTANGLES 1
* @brief xcb_shape_rectangles_request_t
typedef struct xcb_shape_rectangles_request_t {
xcb_shape_op_t operation;
xcb_shape_kind_t destination_kind;
xcb_window_t destination_window;
} xcb_shape_rectangles_request_t;
/** Opcode for xcb_shape_mask. */
* @brief xcb_shape_mask_request_t
typedef struct xcb_shape_mask_request_t {
xcb_shape_op_t operation;
xcb_shape_kind_t destination_kind;
xcb_window_t destination_window;
xcb_pixmap_t source_bitmap;
} xcb_shape_mask_request_t;
/** Opcode for xcb_shape_combine. */
#define XCB_SHAPE_COMBINE 3
* @brief xcb_shape_combine_request_t
typedef struct xcb_shape_combine_request_t {
xcb_shape_op_t operation;
xcb_shape_kind_t destination_kind;
xcb_shape_kind_t source_kind;
xcb_window_t destination_window;
xcb_window_t source_window;
} xcb_shape_combine_request_t;
/** Opcode for xcb_shape_offset. */
#define XCB_SHAPE_OFFSET 4
* @brief xcb_shape_offset_request_t
typedef struct xcb_shape_offset_request_t {
xcb_shape_kind_t destination_kind;
xcb_window_t destination_window;
} xcb_shape_offset_request_t;
* @brief xcb_shape_query_extents_cookie_t
typedef struct xcb_shape_query_extents_cookie_t {
} xcb_shape_query_extents_cookie_t;
/** Opcode for xcb_shape_query_extents. */
#define XCB_SHAPE_QUERY_EXTENTS 5
* @brief xcb_shape_query_extents_request_t
typedef struct xcb_shape_query_extents_request_t {
xcb_window_t destination_window;
} xcb_shape_query_extents_request_t;
* @brief xcb_shape_query_extents_reply_t
typedef struct xcb_shape_query_extents_reply_t {
int16_t bounding_shape_extents_x;
int16_t bounding_shape_extents_y;
uint16_t bounding_shape_extents_width;
uint16_t bounding_shape_extents_height;
int16_t clip_shape_extents_x;
int16_t clip_shape_extents_y;
uint16_t clip_shape_extents_width;
uint16_t clip_shape_extents_height;
} xcb_shape_query_extents_reply_t;
/** Opcode for xcb_shape_select_input. */
#define XCB_SHAPE_SELECT_INPUT 6
* @brief xcb_shape_select_input_request_t
typedef struct xcb_shape_select_input_request_t {
xcb_window_t destination_window;
} xcb_shape_select_input_request_t;
* @brief xcb_shape_input_selected_cookie_t
typedef struct xcb_shape_input_selected_cookie_t {
} xcb_shape_input_selected_cookie_t;
/** Opcode for xcb_shape_input_selected. */
#define XCB_SHAPE_INPUT_SELECTED 7
* @brief xcb_shape_input_selected_request_t
typedef struct xcb_shape_input_selected_request_t {
xcb_window_t destination_window;
} xcb_shape_input_selected_request_t;
* @brief xcb_shape_input_selected_reply_t
typedef struct xcb_shape_input_selected_reply_t {
} xcb_shape_input_selected_reply_t;
* @brief xcb_shape_get_rectangles_cookie_t
typedef struct xcb_shape_get_rectangles_cookie_t {
} xcb_shape_get_rectangles_cookie_t;
/** Opcode for xcb_shape_get_rectangles. */
#define XCB_SHAPE_GET_RECTANGLES 8
* @brief xcb_shape_get_rectangles_request_t
typedef struct xcb_shape_get_rectangles_request_t {
xcb_shape_kind_t source_kind;
} xcb_shape_get_rectangles_request_t;
* @brief xcb_shape_get_rectangles_reply_t
typedef struct xcb_shape_get_rectangles_reply_t {
} xcb_shape_get_rectangles_reply_t;
* Get the next element of the iterator
* @param i Pointer to a xcb_shape_op_iterator_t
* Get the next element in the iterator. The member rem is
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_shape_op_t)
xcb_shape_op_next (xcb_shape_op_iterator_t *i);
* Return the iterator pointing to the last element
* @param i An xcb_shape_op_iterator_t
* @return The iterator pointing to the last element
* Set the current element in the iterator to the last element.
* The member rem is set to 0. The member data points to the
xcb_shape_op_end (xcb_shape_op_iterator_t i);
* Get the next element of the iterator
* @param i Pointer to a xcb_shape_kind_iterator_t
* Get the next element in the iterator. The member rem is
* decreased by one. The member data points to the next
* element. The member index is increased by sizeof(xcb_shape_kind_t)
xcb_shape_kind_next (xcb_shape_kind_iterator_t *i);
* Return the iterator pointing to the last element
* @param i An xcb_shape_kind_iterator_t
* @return The iterator pointing to the last element
* Set the current element in the iterator to the last element.
* The member rem is set to 0. The member data points to the
xcb_shape_kind_end (xcb_shape_kind_iterator_t i);
* @param c The connection
* Delivers a request to the X server.
xcb_shape_query_version_cookie_t
xcb_shape_query_version (xcb_connection_t *c);
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will cause
* a reply to be generated. Any returned error will be
* placed in the event queue.
xcb_shape_query_version_cookie_t
xcb_shape_query_version_unchecked (xcb_connection_t *c);
* @param c The connection
* @param cookie The cookie
* @param e The xcb_generic_error_t supplied
* Returns the reply of the request asked by
* The parameter @p e supplied to this function must be NULL if
* xcb_shape_query_version_unchecked(). is used.
* Otherwise, it stores the error if any.
* The returned value must be freed by the caller using free().
xcb_shape_query_version_reply_t *
xcb_shape_query_version_reply (xcb_connection_t *c,
xcb_shape_query_version_cookie_t cookie /**< */,
xcb_generic_error_t **e);
xcb_shape_rectangles_sizeof (const void *_buffer,
uint32_t rectangles_len);
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_shape_rectangles_checked (xcb_connection_t *c,
xcb_shape_op_t operation,
xcb_shape_kind_t destination_kind,
xcb_window_t destination_window,
const xcb_rectangle_t *rectangles);
* @param c The connection
* Delivers a request to the X server.
xcb_shape_rectangles (xcb_connection_t *c,
xcb_shape_op_t operation,
xcb_shape_kind_t destination_kind,
xcb_window_t destination_window,
const xcb_rectangle_t *rectangles);
xcb_shape_rectangles_rectangles (const xcb_shape_rectangles_request_t *R);
xcb_shape_rectangles_rectangles_length (const xcb_shape_rectangles_request_t *R);
xcb_shape_rectangles_rectangles_iterator (const xcb_shape_rectangles_request_t *R);
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().
xcb_shape_mask_checked (xcb_connection_t *c,
xcb_shape_op_t operation,
xcb_shape_kind_t destination_kind,
xcb_window_t destination_window,
xcb_pixmap_t source_bitmap);
* @param c The connection
* Delivers a request to the X server.
xcb_shape_mask (xcb_connection_t *c,
xcb_shape_op_t operation,
xcb_shape_kind_t destination_kind,
xcb_window_t destination_window,
xcb_pixmap_t source_bitmap);
* @param c The connection
* Delivers a request to the X server.
* This form can be used only if the request will not cause
* a reply to be generated. Any returned error will be
* saved for handling by xcb_request_check().