xcb-d v2.1.1+1.11.1 (2018-10-28T22:27:09Z)
Dub
Repo
xcb_shape_rectangles
xcb
shape
@param c The connection @return A cookie
Delivers a request to the X server.
extern (
C
)
xcb_void_cookie_t
xcb_shape_rectangles
(
xcb_connection_t
*
c
,
xcb_shape_op_t
operation
,
xcb_shape_kind_t
destination_kind
,
ubyte
ordering
,
xcb_window_t
destination_window
,
short
x_offset
,
short
y_offset
,
uint
rectangles_len
,
const
xcb_rectangle_t
*
rectangles
)
Meta
Source
See Implementation
xcb
shape
aliases
XCB_SHAPE_SK_BOUNDING
XCB_SHAPE_SK_CLIP
XCB_SHAPE_SK_INPUT
XCB_SHAPE_SO_INTERSECT
XCB_SHAPE_SO_INVERT
XCB_SHAPE_SO_SET
XCB_SHAPE_SO_SUBTRACT
XCB_SHAPE_SO_UNION
xcb_shape_kind_t
xcb_shape_op_t
enums
xcb_shape_sk_t
xcb_shape_so_t
functions
xcb_shape_combine
xcb_shape_combine_checked
xcb_shape_get_rectangles
xcb_shape_get_rectangles_rectangles
xcb_shape_get_rectangles_rectangles_iterator
xcb_shape_get_rectangles_rectangles_length
xcb_shape_get_rectangles_reply
xcb_shape_get_rectangles_sizeof
xcb_shape_get_rectangles_unchecked
xcb_shape_input_selected
xcb_shape_input_selected_reply
xcb_shape_input_selected_unchecked
xcb_shape_kind_end
xcb_shape_kind_next
xcb_shape_mask
xcb_shape_mask_checked
xcb_shape_offset
xcb_shape_offset_checked
xcb_shape_op_end
xcb_shape_op_next
xcb_shape_query_extents
xcb_shape_query_extents_reply
xcb_shape_query_extents_unchecked
xcb_shape_query_version
xcb_shape_query_version_reply
xcb_shape_query_version_unchecked
xcb_shape_rectangles
xcb_shape_rectangles_checked
xcb_shape_rectangles_sizeof
xcb_shape_select_input
xcb_shape_select_input_checked
manifest constants
XCB_SHAPE_COMBINE
XCB_SHAPE_GET_RECTANGLES
XCB_SHAPE_INPUT_SELECTED
XCB_SHAPE_MASK
XCB_SHAPE_NOTIFY
XCB_SHAPE_OFFSET
XCB_SHAPE_QUERY_EXTENTS
XCB_SHAPE_QUERY_VERSION
XCB_SHAPE_RECTANGLES
XCB_SHAPE_SELECT_INPUT
static variables
xcb_shape_id
structs
xcb_shape_combine_request_t
xcb_shape_get_rectangles_cookie_t
xcb_shape_get_rectangles_reply_t
xcb_shape_get_rectangles_request_t
xcb_shape_input_selected_cookie_t
xcb_shape_input_selected_reply_t
xcb_shape_input_selected_request_t
xcb_shape_kind_iterator_t
xcb_shape_mask_request_t
xcb_shape_notify_event_t
xcb_shape_offset_request_t
xcb_shape_op_iterator_t
xcb_shape_query_extents_cookie_t
xcb_shape_query_extents_reply_t
xcb_shape_query_extents_request_t
xcb_shape_query_version_cookie_t
xcb_shape_query_version_reply_t
xcb_shape_query_version_request_t
xcb_shape_rectangles_request_t
xcb_shape_select_input_request_t
variables
XCB_SHAPE_MAJOR_VERSION
XCB_SHAPE_MINOR_VERSION
@param c The connection @return A cookie
Delivers a request to the X server.