[cairo-commit] src/cairo.h
Andrea Canciani
ranma42 at kemper.freedesktop.org
Wed Feb 15 14:38:59 PST 2012
src/cairo.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit c60627e8af240189a16d7118230bf6df6d300f21
Author: Andrea Canciani <ranma42 at gmail.com>
Date: Wed Feb 15 23:37:30 2012 +0100
device: Minor documentation fixes
Do not list CAIRO_DEVICE_TYPE_INVALID twice.
CAIRO_DEVICE_TYPE_WIN32 does not indicate that the type is cogl, but
win32.
diff --git a/src/cairo.h b/src/cairo.h
index 1c1d2d2..d23cd10 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -2039,7 +2039,6 @@ cairo_device_reference (cairo_device_t *device);
/**
* cairo_device_type_t:
- * @CAIRO_DEVICE_TYPE_INVALID: The device is not valid
* @CAIRO_DEVICE_TYPE_DRM: The device is of type Direct Render Manager
* @CAIRO_DEVICE_TYPE_GL: The device is of type OpenGL
* @CAIRO_DEVICE_TYPE_SCRIPT: The device is of type script
@@ -2047,7 +2046,7 @@ cairo_device_reference (cairo_device_t *device);
* @CAIRO_DEVICE_TYPE_XLIB: The device is of type xlib
* @CAIRO_DEVICE_TYPE_XML: The device is of type XML
* @CAIRO_DEVICE_TYPE_COGL: The device is of type cogl, since 1.12
- * @CAIRO_DEVICE_TYPE_WIN32: The device is of type cogl, since 1.12
+ * @CAIRO_DEVICE_TYPE_WIN32: The device is of type win32, since 1.12
* @CAIRO_DEVICE_TYPE_INVALID: The device is invalid
*
* #cairo_device_type_t is used to describe the type of a given
More information about the cairo-commit
mailing list