From 368ceb67b45b2f577361f28d3e3e35be91f32775 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 31 Jan 2023 01:05:42 +0200 Subject: doc: Document CAIRO_SURFACE_TYPE_SKIA and mark it deprecated Though the Skia code is gone, the surface type enum value is still kept and need to be documented. --- src/cairo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cairo.h b/src/cairo.h index 57bc1a36f..398368f1e 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -2466,6 +2466,7 @@ cairo_surface_status (cairo_surface_t *surface); * @CAIRO_SURFACE_TYPE_DRM: The surface is of type Direct Render Manager, since 1.10 * @CAIRO_SURFACE_TYPE_TEE: The surface is of type 'tee' (a multiplexing surface), since 1.10 * @CAIRO_SURFACE_TYPE_XML: The surface is of type XML (for debugging), since 1.10 + * @CAIRO_SURFACE_TYPE_SKIA: The surface is of type Skia, since 1.10, deprecated 1.18 * @CAIRO_SURFACE_TYPE_SUBSURFACE: The surface is a subsurface created with * cairo_surface_create_for_rectangle(), since 1.10 * @CAIRO_SURFACE_TYPE_COGL: This surface is of type Cogl, since 1.12 -- cgit v1.2.1