mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-28 02:48:16 +02:00
Portability improvements for win32 thanks to Hans Breuer <hans@breuer.org>: Defined sized-integer types when under the influence of _MSC_VER and without stdint.h. Use #error which is more portable than #warning, (and more indicative of where we want to be before the next release).
34 lines
487 B
Text
34 lines
487 B
Text
<!-- ##### SECTION Title ##### -->
|
|
cairo_surface_t
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Base class for surfaces
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### TYPEDEF cairo_surface_t ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### ENUM cairo_content_t ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@CAIRO_CONTENT_COLOR:
|
|
@CAIRO_CONTENT_ALPHA:
|
|
@CAIRO_CONTENT_COLOR_ALPHA:
|
|
|