summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-04-10 22:02:54 +0200
committerUli Schlachter <psychon@znc.in>2012-04-12 10:23:27 +0200
commita6a5b1fd0b0e32bc03e4742a0441d03e352ea8bc (patch)
tree8d1d594b8470ef821ce83a83b6f0bf46e9da6ff7
parentc04f5a353f0b05326915f370b05480eeda27ebac (diff)
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>
-rw-r--r--src/cairo-xcb-surface-render.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cairo-xcb-surface-render.c b/src/cairo-xcb-surface-render.c
index b1f6ec83..f1f5fbe8 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,