mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-02 06:30:14 +01:00
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:
parent
c04f5a353f
commit
a6a5b1fd0b
1 changed files with 0 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue