summaryrefslogtreecommitdiff
path: root/src/cairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cairo.h')
-rw-r--r--src/cairo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cairo.h b/src/cairo.h
index a2f5aa37..c8dee0f3 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -2332,6 +2332,7 @@ cairo_surface_status (cairo_surface_t *surface);
* @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
+ * @CAIRO_SURFACE_TYPE_PIXMAN: This surface is a Pixman surface, since 1.14
*
* #cairo_surface_type_t is used to describe the type of a given
* surface. The surface types are also known as "backends" or "surface
@@ -2382,7 +2383,8 @@ typedef enum _cairo_surface_type {
CAIRO_SURFACE_TYPE_XML,
CAIRO_SURFACE_TYPE_SKIA,
CAIRO_SURFACE_TYPE_SUBSURFACE,
- CAIRO_SURFACE_TYPE_COGL
+ CAIRO_SURFACE_TYPE_COGL,
+ CAIRO_SURFACE_TYPE_PIXMAN
} cairo_surface_type_t;
cairo_public cairo_surface_type_t