mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 20:20:19 +01:00
26 lines
659 B
Text
26 lines
659 B
Text
<!-- ##### SECTION Title ##### -->
|
|
XCB Surfaces
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
X Window System rendering using the XCB library and the X Render extension
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
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.
|
|
</para>
|
|
<para>
|
|
Note that the XCB surface automatically takes advantage of the X Render
|
|
extension if it is available.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
<itemizedlist>
|
|
<listitem>#cairo_surface_t</listitem>
|
|
</itemizedlist>
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|