A few missing "since" tags
Torsten Schoenfeld <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
Here's a patch that adds missing "since" tags to a few cairo_surface_type_t values. -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo
0001-Add-missing-since-tags-to-some-cairo_surface_type_t-.patch
(text/x-patch, 1.3 KB)
From 741fa92bb8bd6b6cea9b1f684224241cb94fdb73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= <[email protected]> Date: Sun, 11 Dec 2011 21:29:02 +0100 Subject: [PATCH] Add missing "since" tags to some cairo_surface_type_t values --- src/cairo.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cairo.h b/src/cairo.h index d5f5861..33288e8 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -2253,9 +2253,9 @@ cairo_surface_status (cairo_surface_t *surface); * @CAIRO_SURFACE_TYPE_BEOS: The surface is of type beos * @CAIRO_SURFACE_TYPE_DIRECTFB: The surface is of type directfb * @CAIRO_SURFACE_TYPE_SVG: The surface is of type svg - * @CAIRO_SURFACE_TYPE_OS2: The surface is of type os2 - * @CAIRO_SURFACE_TYPE_WIN32_PRINTING: The surface is a win32 printing surface - * @CAIRO_SURFACE_TYPE_QUARTZ_IMAGE: The surface is of type quartz_image + * @CAIRO_SURFACE_TYPE_OS2: The surface is of type os2, since 1.4 + * @CAIRO_SURFACE_TYPE_WIN32_PRINTING: The surface is a win32 printing surface, since 1.6 + * @CAIRO_SURFACE_TYPE_QUARTZ_IMAGE: The surface is of type quartz_image, since 1.6 * @CAIRO_SURFACE_TYPE_SCRIPT: The surface is of type script, since 1.10 * @CAIRO_SURFACE_TYPE_QT: The surface is of type Qt, since 1.10 * @CAIRO_SURFACE_TYPE_RECORDING: The surface is of type recording, since 1.10 -- 1.7.5.4