summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2023-01-31 01:05:42 +0200
committerKhaled Hosny <khaled@aliftype.com>2023-02-02 14:13:56 +0200
commit368ceb67b45b2f577361f28d3e3e35be91f32775 (patch)
tree7e8cdc0dba8a2ed42e36018c9b7e8db857712448 /src
parent500d87c90db40fa51614f54753a7266b6d399518 (diff)
downloadcairo-368ceb67b45b2f577361f28d3e3e35be91f32775.tar.gz
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.
Diffstat (limited to 'src')
-rw-r--r--src/cairo.h1
1 files changed, 1 insertions, 0 deletions
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