Bug 460926 A11y hierachy is broken on Ubuntu 8.10 (GNOME 2.24), r=Evan.Yan sr=roc
[wine-gecko.git] / gfx / cairo / qpainter-type.patch
blobebe2f9b796262d0c24d3cfba82163712f3c25366
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
4 @@ -1875,6 +1875,7 @@
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
12 @@ -1913,7 +1914,8 @@
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