From a6a5b1fd0b0e32bc03e4742a0441d03e352ea8bc Mon Sep 17 00:00:00 2001 From: Nis Martensen Date: Tue, 10 Apr 2012 22:02:54 +0200 Subject: [PATCH] doc: no separate cairo-xcb-xrender section There is already a cairo-xcb section and there are no symbols that should be documented in an extra -xrender section. It is not mentioned in cairo-sections.txt either. So simply delete it. Signed-off-by: Uli Schlachter --- src/cairo-xcb-surface-render.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/cairo-xcb-surface-render.c b/src/cairo-xcb-surface-render.c index b1f6ec83b..f1f5fbe8d 100644 --- a/src/cairo-xcb-surface-render.c +++ b/src/cairo-xcb-surface-render.c @@ -47,19 +47,6 @@ #define PIXMAN_MAX_INT ((pixman_fixed_1 >> 1) - pixman_fixed_e) /* need to ensure deltas also fit */ -/** - * SECTION:cairo-xcb-xrender - * @Title: XCB Surfaces - * @Short_Description: X Window System rendering using the XCB library and the X Render extension - * @See_Also: #cairo_surface_t - * - * The XCB surface is used to render cairo graphics to X Window System - * windows and pixmaps using the XCB library and its X Render extension. - * - * Note that the XCB surface automatically takes advantage of the X Render - * extension if it is available. - **/ - static cairo_status_t _clip_and_composite_boxes (cairo_xcb_surface_t *dst, cairo_operator_t op,