aboutsummaryrefslogtreecommitdiff
path: root/include/xcb
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-12-29 12:20:21 +0000
committermarha <marha@users.sourceforge.net>2010-12-29 12:20:21 +0000
commit053f5dfd42ade05252e586a282e34906db10828d (patch)
treede215580ce205409a6d810a005c6c5909f3145d1 /include/xcb
parent04ceb8c4a0cca3d8682f094d1d6faed8f693afb5 (diff)
parent807c6931fe683fd844ceec1b023232181e6aae03 (diff)
downloadvcxsrv-053f5dfd42ade05252e586a282e34906db10828d.tar.gz
vcxsrv-053f5dfd42ade05252e586a282e34906db10828d.tar.bz2
vcxsrv-053f5dfd42ade05252e586a282e34906db10828d.zip
svn merge ^/branches/released .
Diffstat (limited to 'include/xcb')
-rw-r--r--include/xcb/render.h86
-rw-r--r--include/xcb/shape.h7
-rw-r--r--include/xcb/xc_misc.h3
-rw-r--r--include/xcb/xcbext.h1
-rw-r--r--include/xcb/xproto.h209
5 files changed, 306 insertions, 0 deletions
diff --git a/include/xcb/render.h b/include/xcb/render.h
index a29b45809..e399fbaaa 100644
--- a/include/xcb/render.h
+++ b/include/xcb/render.h
@@ -1453,6 +1453,9 @@ xcb_render_pictvisual_next (xcb_render_pictvisual_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_render_pictvisual_end (xcb_render_pictvisual_iterator_t i /**< */);
+int
+xcb_render_pictdepth_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -1535,6 +1538,9 @@ xcb_render_pictdepth_next (xcb_render_pictdepth_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_render_pictdepth_end (xcb_render_pictdepth_iterator_t i /**< */);
+int
+xcb_render_pictscreen_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -1989,6 +1995,9 @@ xcb_render_query_version_reply (xcb_connection_t *c /**< */,
xcb_render_query_version_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_render_query_pict_formats_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2169,6 +2178,9 @@ xcb_render_query_pict_formats_reply (xcb_connection_t *c
xcb_render_query_pict_formats_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_render_query_pict_index_values_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2288,6 +2300,9 @@ xcb_render_query_pict_index_values_reply (xcb_connection_t
xcb_render_query_pict_index_values_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_render_create_picture_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2353,6 +2368,9 @@ xcb_render_create_picture (xcb_connection_t *c /**< */,
uint32_t value_mask /**< */,
const uint32_t *value_list /**< */);
+int
+xcb_render_change_picture_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2410,6 +2428,10 @@ xcb_render_change_picture (xcb_connection_t *c /**< */,
uint32_t value_mask /**< */,
const uint32_t *value_list /**< */);
+int
+xcb_render_set_picture_clip_rectangles_sizeof (const void *_buffer /**< */,
+ uint32_t rectangles_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2617,6 +2639,10 @@ xcb_render_composite (xcb_connection_t *c /**< */,
uint16_t width /**< */,
uint16_t height /**< */);
+int
+xcb_render_trapezoids_sizeof (const void *_buffer /**< */,
+ uint32_t traps_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2694,6 +2720,10 @@ xcb_render_trapezoids (xcb_connection_t *c /**< */,
uint32_t traps_len /**< */,
const xcb_render_trapezoid_t *traps /**< */);
+int
+xcb_render_triangles_sizeof (const void *_buffer /**< */,
+ uint32_t triangles_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2771,6 +2801,10 @@ xcb_render_triangles (xcb_connection_t *c /**< */,
uint32_t triangles_len /**< */,
const xcb_render_triangle_t *triangles /**< */);
+int
+xcb_render_tri_strip_sizeof (const void *_buffer /**< */,
+ uint32_t points_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -2848,6 +2882,10 @@ xcb_render_tri_strip (xcb_connection_t *c /**< */,
uint32_t points_len /**< */,
const xcb_render_pointfix_t *points /**< */);
+int
+xcb_render_tri_fan_sizeof (const void *_buffer /**< */,
+ uint32_t points_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3080,6 +3118,10 @@ xcb_void_cookie_t
xcb_render_free_glyph_set (xcb_connection_t *c /**< */,
xcb_render_glyphset_t glyphset /**< */);
+int
+xcb_render_add_glyphs_sizeof (const void *_buffer /**< */,
+ uint32_t data_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3149,6 +3191,10 @@ xcb_render_add_glyphs (xcb_connection_t *c /**< */,
uint32_t data_len /**< */,
const uint8_t *data /**< */);
+int
+xcb_render_free_glyphs_sizeof (const void *_buffer /**< */,
+ uint32_t glyphs_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3206,6 +3252,10 @@ xcb_render_free_glyphs (xcb_connection_t *c /**< */,
uint32_t glyphs_len /**< */,
const xcb_render_glyph_t *glyphs /**< */);
+int
+xcb_render_composite_glyphs_8_sizeof (const void *_buffer /**< */,
+ uint32_t glyphcmds_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3287,6 +3337,10 @@ xcb_render_composite_glyphs_8 (xcb_connection_t *c /**< */,
uint32_t glyphcmds_len /**< */,
const uint8_t *glyphcmds /**< */);
+int
+xcb_render_composite_glyphs_16_sizeof (const void *_buffer /**< */,
+ uint32_t glyphcmds_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3368,6 +3422,10 @@ xcb_render_composite_glyphs_16 (xcb_connection_t *c /**< */,
uint32_t glyphcmds_len /**< */,
const uint8_t *glyphcmds /**< */);
+int
+xcb_render_composite_glyphs_32_sizeof (const void *_buffer /**< */,
+ uint32_t glyphcmds_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3449,6 +3507,10 @@ xcb_render_composite_glyphs_32 (xcb_connection_t *c /**< */,
uint32_t glyphcmds_len /**< */,
const uint8_t *glyphcmds /**< */);
+int
+xcb_render_fill_rectangles_sizeof (const void *_buffer /**< */,
+ uint32_t rects_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3671,6 +3733,9 @@ xcb_render_set_picture_transform (xcb_connection_t *c /**< */,
xcb_render_picture_t picture /**< */,
xcb_render_transform_t transform /**< */);
+int
+xcb_render_query_filters_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3816,6 +3881,10 @@ xcb_render_query_filters_reply (xcb_connection_t *c /**< */,
xcb_render_query_filters_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_render_set_picture_filter_sizeof (const void *_buffer /**< */,
+ uint32_t values_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -3924,6 +3993,10 @@ xcb_render_animcursorelt_next (xcb_render_animcursorelt_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_render_animcursorelt_end (xcb_render_animcursorelt_iterator_t i /**< */);
+int
+xcb_render_create_anim_cursor_sizeof (const void *_buffer /**< */,
+ uint32_t cursors_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -4067,6 +4140,10 @@ xcb_render_trap_next (xcb_render_trap_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_render_trap_end (xcb_render_trap_iterator_t i /**< */);
+int
+xcb_render_add_traps_sizeof (const void *_buffer /**< */,
+ uint32_t traps_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -4185,6 +4262,9 @@ xcb_render_create_solid_fill (xcb_connection_t *c /**< */,
xcb_render_picture_t picture /**< */,
xcb_render_color_t color /**< */);
+int
+xcb_render_create_linear_gradient_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -4254,6 +4334,9 @@ xcb_render_create_linear_gradient (xcb_connection_t *c /**< */,
const xcb_render_fixed_t *stops /**< */,
const xcb_render_color_t *colors /**< */);
+int
+xcb_render_create_radial_gradient_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -4331,6 +4414,9 @@ xcb_render_create_radial_gradient (xcb_connection_t *c /**< */,
const xcb_render_fixed_t *stops /**< */,
const xcb_render_color_t *colors /**< */);
+int
+xcb_render_create_conical_gradient_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
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
diff --git a/include/xcb/xc_misc.h b/include/xcb/xc_misc.h
index 0c76a1996..b08500b87 100644
--- a/include/xcb/xc_misc.h
+++ b/include/xcb/xc_misc.h
@@ -279,6 +279,9 @@ xcb_xc_misc_get_xid_range_reply (xcb_connection_t *c /**< */
xcb_xc_misc_get_xid_range_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_xc_misc_get_xid_list_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
diff --git a/include/xcb/xcbext.h b/include/xcb/xcbext.h
index 8c3e39cb7..1c2ab2236 100644
--- a/include/xcb/xcbext.h
+++ b/include/xcb/xcbext.h
@@ -93,6 +93,7 @@ int xcb_poll_for_reply(xcb_connection_t *c, unsigned int request, void **reply,
/* xcb_util.c */
int xcb_popcount(uint32_t mask);
+int xcb_sumof(uint8_t *list, int len);
#ifdef __cplusplus
}
diff --git a/include/xcb/xproto.h b/include/xcb/xproto.h
index ccbd05e49..9f7b2c6a9 100644
--- a/include/xcb/xproto.h
+++ b/include/xcb/xproto.h
@@ -5260,6 +5260,9 @@ xcb_visualtype_next (xcb_visualtype_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_visualtype_end (xcb_visualtype_iterator_t i /**< */);
+int
+xcb_depth_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -5342,6 +5345,9 @@ xcb_depth_next (xcb_depth_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_depth_end (xcb_depth_iterator_t i /**< */);
+int
+xcb_screen_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -5411,6 +5417,9 @@ xcb_screen_next (xcb_screen_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_screen_end (xcb_screen_iterator_t i /**< */);
+int
+xcb_setup_request_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -5532,6 +5541,9 @@ xcb_setup_request_next (xcb_setup_request_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_setup_request_end (xcb_setup_request_iterator_t i /**< */);
+int
+xcb_setup_failed_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -5614,6 +5626,9 @@ xcb_setup_failed_next (xcb_setup_failed_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_setup_failed_end (xcb_setup_failed_iterator_t i /**< */);
+int
+xcb_setup_authenticate_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -5696,6 +5711,9 @@ xcb_setup_authenticate_next (xcb_setup_authenticate_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_setup_authenticate_end (xcb_setup_authenticate_iterator_t i /**< */);
+int
+xcb_setup_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -5886,6 +5904,9 @@ xcb_client_message_data_next (xcb_client_message_data_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_client_message_data_end (xcb_client_message_data_iterator_t i /**< */);
+int
+xcb_create_window_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -5979,6 +6000,9 @@ xcb_create_window (xcb_connection_t *c /**< */,
uint32_t value_mask /**< */,
const uint32_t *value_list /**< */);
+int
+xcb_change_window_attributes_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -6524,6 +6548,9 @@ xcb_void_cookie_t
xcb_unmap_subwindows (xcb_connection_t *c /**< */,
xcb_window_t window /**< */);
+int
+xcb_configure_window_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -6714,6 +6741,9 @@ xcb_get_geometry_reply (xcb_connection_t *c /**< */,
xcb_get_geometry_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_query_tree_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -6833,6 +6863,9 @@ xcb_query_tree_reply (xcb_connection_t *c /**< */,
xcb_query_tree_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_intern_atom_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -6921,6 +6954,9 @@ xcb_intern_atom_reply (xcb_connection_t *c /**< */,
xcb_intern_atom_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_get_atom_name_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -7040,6 +7076,9 @@ xcb_get_atom_name_reply (xcb_connection_t *c /**< */,
xcb_get_atom_name_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_change_property_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -7166,6 +7205,9 @@ xcb_delete_property (xcb_connection_t *c /**< */,
xcb_window_t window /**< */,
xcb_atom_t property /**< */);
+int
+xcb_get_property_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -7305,6 +7347,9 @@ xcb_get_property_reply (xcb_connection_t *c /**< */,
xcb_get_property_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_list_properties_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -8576,6 +8621,9 @@ xcb_timecoord_next (xcb_timecoord_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_timecoord_end (xcb_timecoord_iterator_t i /**< */);
+int
+xcb_get_motion_events_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -9081,6 +9129,9 @@ xcb_query_keymap_reply (xcb_connection_t *c /**< */,
xcb_query_keymap_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_open_font_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -9273,6 +9324,9 @@ xcb_charinfo_next (xcb_charinfo_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_charinfo_end (xcb_charinfo_iterator_t i /**< */);
+int
+xcb_query_font_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -9431,6 +9485,10 @@ xcb_query_font_reply (xcb_connection_t *c /**< */,
xcb_query_font_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_query_text_extents_sizeof (const void *_buffer /**< */,
+ uint32_t string_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -9519,6 +9577,9 @@ xcb_query_text_extents_reply (xcb_connection_t *c /**< */,
xcb_query_text_extents_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_str_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -9601,6 +9662,9 @@ xcb_str_next (xcb_str_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_str_end (xcb_str_iterator_t i /**< */);
+int
+xcb_list_fonts_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -9715,6 +9779,9 @@ xcb_list_fonts_reply (xcb_connection_t *c /**< */,
xcb_list_fonts_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_list_fonts_with_info_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -9881,6 +9948,10 @@ xcb_list_fonts_with_info_reply (xcb_connection_t *c /**< */,
xcb_list_fonts_with_info_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_set_font_path_sizeof (const void *_buffer /**< */,
+ uint32_t path_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -9938,6 +10009,9 @@ xcb_set_font_path (xcb_connection_t *c /**< */,
uint32_t path_len /**< */,
const char *path /**< */);
+int
+xcb_get_font_path_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10154,6 +10228,9 @@ xcb_void_cookie_t
xcb_free_pixmap (xcb_connection_t *c /**< */,
xcb_pixmap_t pixmap /**< */);
+int
+xcb_create_gc_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10215,6 +10292,9 @@ xcb_create_gc (xcb_connection_t *c /**< */,
uint32_t value_mask /**< */,
const uint32_t *value_list /**< */);
+int
+xcb_change_gc_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10329,6 +10409,9 @@ xcb_copy_gc (xcb_connection_t *c /**< */,
xcb_gcontext_t dst_gc /**< */,
uint32_t value_mask /**< */);
+int
+xcb_set_dashes_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10390,6 +10473,10 @@ xcb_set_dashes (xcb_connection_t *c /**< */,
uint16_t dashes_len /**< */,
const uint8_t *dashes /**< */);
+int
+xcb_set_clip_rectangles_sizeof (const void *_buffer /**< */,
+ uint32_t rectangles_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10743,6 +10830,10 @@ xcb_copy_plane (xcb_connection_t *c /**< */,
uint16_t height /**< */,
uint32_t bit_plane /**< */);
+int
+xcb_poly_point_sizeof (const void *_buffer /**< */,
+ uint32_t points_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10808,6 +10899,10 @@ xcb_poly_point (xcb_connection_t *c /**< */,
uint32_t points_len /**< */,
const xcb_point_t *points /**< */);
+int
+xcb_poly_line_sizeof (const void *_buffer /**< */,
+ uint32_t points_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10916,6 +11011,10 @@ xcb_segment_next (xcb_segment_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_segment_end (xcb_segment_iterator_t i /**< */);
+int
+xcb_poly_segment_sizeof (const void *_buffer /**< */,
+ uint32_t segments_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -10977,6 +11076,10 @@ xcb_poly_segment (xcb_connection_t *c /**< */,
uint32_t segments_len /**< */,
const xcb_segment_t *segments /**< */);
+int
+xcb_poly_rectangle_sizeof (const void *_buffer /**< */,
+ uint32_t rectangles_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11038,6 +11141,10 @@ xcb_poly_rectangle (xcb_connection_t *c /**< */,
uint32_t rectangles_len /**< */,
const xcb_rectangle_t *rectangles /**< */);
+int
+xcb_poly_arc_sizeof (const void *_buffer /**< */,
+ uint32_t arcs_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11099,6 +11206,10 @@ xcb_poly_arc (xcb_connection_t *c /**< */,
uint32_t arcs_len /**< */,
const xcb_arc_t *arcs /**< */);
+int
+xcb_fill_poly_sizeof (const void *_buffer /**< */,
+ uint32_t points_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11168,6 +11279,10 @@ xcb_fill_poly (xcb_connection_t *c /**< */,
uint32_t points_len /**< */,
const xcb_point_t *points /**< */);
+int
+xcb_poly_fill_rectangle_sizeof (const void *_buffer /**< */,
+ uint32_t rectangles_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11229,6 +11344,10 @@ xcb_poly_fill_rectangle (xcb_connection_t *c /**< */,
uint32_t rectangles_len /**< */,
const xcb_rectangle_t *rectangles /**< */);
+int
+xcb_poly_fill_arc_sizeof (const void *_buffer /**< */,
+ uint32_t arcs_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11290,6 +11409,10 @@ xcb_poly_fill_arc (xcb_connection_t *c /**< */,
uint32_t arcs_len /**< */,
const xcb_arc_t *arcs /**< */);
+int
+xcb_put_image_sizeof (const void *_buffer /**< */,
+ uint32_t data_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11379,6 +11502,9 @@ xcb_put_image (xcb_connection_t *c /**< */,
uint32_t data_len /**< */,
const uint8_t *data /**< */);
+int
+xcb_get_image_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11522,6 +11648,10 @@ xcb_get_image_reply (xcb_connection_t *c /**< */,
xcb_get_image_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_poly_text_8_sizeof (const void *_buffer /**< */,
+ uint32_t items_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11591,6 +11721,10 @@ xcb_poly_text_8 (xcb_connection_t *c /**< */,
uint32_t items_len /**< */,
const uint8_t *items /**< */);
+int
+xcb_poly_text_16_sizeof (const void *_buffer /**< */,
+ uint32_t items_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11660,6 +11794,9 @@ xcb_poly_text_16 (xcb_connection_t *c /**< */,
uint32_t items_len /**< */,
const uint8_t *items /**< */);
+int
+xcb_image_text_8_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -11729,6 +11866,9 @@ xcb_image_text_8 (xcb_connection_t *c /**< */,
int16_t y /**< */,
const char *string /**< */);
+int
+xcb_image_text_16_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12059,6 +12199,9 @@ xcb_void_cookie_t
xcb_uninstall_colormap (xcb_connection_t *c /**< */,
xcb_colormap_t cmap /**< */);
+int
+xcb_list_installed_colormaps_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12270,6 +12413,9 @@ xcb_alloc_color_reply (xcb_connection_t *c /**< */,
xcb_alloc_color_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_alloc_named_color_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12358,6 +12504,9 @@ xcb_alloc_named_color_reply (xcb_connection_t *c /**< */,
xcb_alloc_named_color_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_alloc_color_cells_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12528,6 +12677,9 @@ xcb_alloc_color_cells_reply (xcb_connection_t *c /**< */,
xcb_alloc_color_cells_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_alloc_color_planes_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12667,6 +12819,10 @@ xcb_alloc_color_planes_reply (xcb_connection_t *c /**< */,
xcb_alloc_color_planes_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_free_colors_sizeof (const void *_buffer /**< */,
+ uint32_t pixels_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12771,6 +12927,10 @@ xcb_coloritem_next (xcb_coloritem_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_coloritem_end (xcb_coloritem_iterator_t i /**< */);
+int
+xcb_store_colors_sizeof (const void *_buffer /**< */,
+ uint32_t items_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12828,6 +12988,9 @@ xcb_store_colors (xcb_connection_t *c /**< */,
uint32_t items_len /**< */,
const xcb_coloritem_t *items /**< */);
+int
+xcb_store_named_color_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -12936,6 +13099,10 @@ xcb_rgb_next (xcb_rgb_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_rgb_end (xcb_rgb_iterator_t i /**< */);
+int
+xcb_query_colors_sizeof (const void *_buffer /**< */,
+ uint32_t pixels_len /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -13063,6 +13230,9 @@ xcb_query_colors_reply (xcb_connection_t *c /**< */,
xcb_query_colors_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_lookup_color_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -13543,6 +13713,9 @@ xcb_query_best_size_reply (xcb_connection_t *c /**< */,
xcb_query_best_size_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_query_extension_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -13627,6 +13800,9 @@ xcb_query_extension_reply (xcb_connection_t *c /**< */,
xcb_query_extension_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_list_extensions_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -13729,6 +13905,9 @@ xcb_list_extensions_reply (xcb_connection_t *c /**< */,
xcb_list_extensions_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_change_keyboard_mapping_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -13790,6 +13969,9 @@ xcb_change_keyboard_mapping (xcb_connection_t *c /**< */,
uint8_t keysyms_per_keycode /**< */,
const xcb_keysym_t *keysyms /**< */);
+int
+xcb_get_keyboard_mapping_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -13913,6 +14095,9 @@ xcb_get_keyboard_mapping_reply (xcb_connection_t *c /**< */,
xcb_get_keyboard_mapping_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_change_keyboard_control_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -14369,6 +14554,9 @@ xcb_get_screen_saver_reply (xcb_connection_t *c /**< */,
xcb_get_screen_saver_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_change_hosts_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -14430,6 +14618,9 @@ xcb_change_hosts (xcb_connection_t *c /**< */,
uint16_t address_len /**< */,
const char *address /**< */);
+int
+xcb_host_sizeof (const void *_buffer /**< */);
+
/*****************************************************************************
**
@@ -14512,6 +14703,9 @@ xcb_host_next (xcb_host_iterator_t *i /**< */);
xcb_generic_iterator_t
xcb_host_end (xcb_host_iterator_t i /**< */);
+int
+xcb_list_hosts_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -14761,6 +14955,9 @@ xcb_void_cookie_t
xcb_kill_client (xcb_connection_t *c /**< */,
uint32_t resource /**< */);
+int
+xcb_rotate_properties_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -14871,6 +15068,9 @@ xcb_void_cookie_t
xcb_force_screen_saver (xcb_connection_t *c /**< */,
uint8_t mode /**< */);
+int
+xcb_set_pointer_mapping_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -14955,6 +15155,9 @@ xcb_set_pointer_mapping_reply (xcb_connection_t *c /**< */,
xcb_set_pointer_mapping_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_get_pointer_mapping_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -15070,6 +15273,9 @@ xcb_get_pointer_mapping_reply (xcb_connection_t *c /**< */,
xcb_get_pointer_mapping_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_set_modifier_mapping_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection
@@ -15154,6 +15360,9 @@ xcb_set_modifier_mapping_reply (xcb_connection_t *c /**< */,
xcb_set_modifier_mapping_cookie_t cookie /**< */,
xcb_generic_error_t **e /**< */);
+int
+xcb_get_modifier_mapping_sizeof (const void *_buffer /**< */);
+
/**
* Delivers a request to the X server
* @param c The connection