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 <psychon@znc.in>
This commit is contained in:
Nis Martensen 2012-04-10 22:02:54 +02:00 committed by Uli Schlachter
parent c04f5a353f
commit a6a5b1fd0b

View file

@ -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,