Skip to content

Commit

Permalink
device: Minor documentation fixes
Browse files Browse the repository at this point in the history
Do not list CAIRO_DEVICE_TYPE_INVALID twice.

CAIRO_DEVICE_TYPE_WIN32 does not indicate that the type is cogl, but
win32.
  • Loading branch information
Andrea Canciani committed Feb 15, 2012
1 parent 83af31f commit c60627e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cairo.h
Original file line number Diff line number Diff line change
Expand Up @@ -2039,15 +2039,14 @@ 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
* @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_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
Expand Down

0 comments on commit c60627e

Please sign in to comment.