aboutsummaryrefslogtreecommitdiff
path: root/include/xcb/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xcb/shape.h')
-rw-r--r--include/xcb/shape.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xcb/shape.h b/include/xcb/shape.h
index f803b0204..1a5f67676 100644
--- a/include/xcb/shape.h
+++ b/include/xcb/shape.h
@@ -468,6 +468,10 @@ xcb_shape_query_version_reply (xcb_connection_t *c /**< */,
xcb_shape_query_version_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_shape_rectangles_sizeof (const void *_buffer /**< */,
+ uint32_t rectangles_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -961,6 +965,9 @@ xcb_shape_input_selected_reply (xcb_connection_t *c /**< */,
xcb_shape_input_selected_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_shape_get_rectangles_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection