Skip to content

Commit

Permalink
doc: no separate cairo-xcb-xrender section
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nis Martensen authored and Uli Schlachter committed Apr 12, 2012
1 parent c04f5a3 commit a6a5b1f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/cairo-xcb-surface-render.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a6a5b1f

Please sign in to comment.