1 diff --git a/gfx/cairo/cairo/src/cairo.h b/gfx/cairo/cairo/src/cairo.h
2 --- a/gfx/cairo/cairo/src/cairo.h
3 +++ b/gfx/cairo/cairo/src/cairo.h
5 * @CAIRO_SURFACE_TYPE_OS2: The surface is of type os2
6 * @CAIRO_SURFACE_TYPE_WIN32_PRINTING: The surface is a win32 printing surface
7 * @CAIRO_SURFACE_TYPE_QUARTZ_IMAGE: The surface is of type quartz_image
8 + * @CAIRO_SURFACE_TYPE_QPAINTER: The surface is of type qpainter
10 * #cairo_surface_type_t is used to describe the type of a given
11 * surface. The surface types are also known as "backends" or "surface
13 CAIRO_SURFACE_TYPE_SVG,
14 CAIRO_SURFACE_TYPE_OS2,
15 CAIRO_SURFACE_TYPE_WIN32_PRINTING,
16 - CAIRO_SURFACE_TYPE_QUARTZ_IMAGE
17 + CAIRO_SURFACE_TYPE_QUARTZ_IMAGE,
18 + CAIRO_SURFACE_TYPE_QPAINTER
19 } cairo_surface_type_t;
21 cairo_public cairo_surface_type_t