Re: Tagging new API
Uli Schlachter <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
On 04.08.2011 22:17, Nis Martensen wrote: > Patch attached. Is there other untagged new API? I read through the changes to cairo.h since 1.10 and I'd say "nope, mesh pattern already have this and besides that no new functions". However, CAIRO_DEVICE_TYPE_INVALID should be documented. Anyone sees anything else? Uli -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts aus dem Staub -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo
0001-cairo.h-Document-CAIRO_DEVICE_TYPE_INVALID.patch
(text/x-diff, 881 B)
From 2dca6e5be3f8d398aaf53b41a760fc38f88ff70a Mon Sep 17 00:00:00 2001 From: Uli Schlachter <[email protected]> Date: Thu, 4 Aug 2011 22:51:37 +0200 Subject: [PATCH] cairo.h: Document CAIRO_DEVICE_TYPE_INVALID Signed-off-by: Uli Schlachter <[email protected]> --- src/cairo.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/cairo.h b/src/cairo.h index 1eb30d7..9d788cc 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -1999,6 +1999,7 @@ cairo_device_reference (cairo_device_t *device); * @CAIRO_DEVICE_TYPE_XCB: The device is of type xcb * @CAIRO_DEVICE_TYPE_XLIB: The device is of type xlib * @CAIRO_DEVICE_TYPE_XML: The device is of type XML + * @CAIRO_DEVICE_TYPE_INVALID: The device is invalid * * #cairo_device_type_t is used to describe the type of a given * device. The devices types are also known as "backends" within cairo. -- 1.7.5.4