From aa5a9c46e1b1b8e93db8762fec1c902704ed44a9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 2 Dec 2011 16:17:18 +0000 Subject: [PATCH] doc: add CAIRO_DEVICE_TYPE_COGL Signed-off-by: Chris Wilson --- src/cairo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cairo.h b/src/cairo.h index 867c6711e..438abfc7c 100644 --- a/src/cairo.h +++ b/src/cairo.h @@ -2046,6 +2046,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_COGL: The device is of type cogl, since 1.12 * @CAIRO_DEVICE_TYPE_INVALID: The device is invalid * * #cairo_device_type_t is used to describe the type of a given