Fix docs for cairo_xlib_device_debug_cap_xrender_version

The documentation was apparently copied from
cairo_xcb_device_debug_cap_xrender_version without changing "XCB" into "Xlib".

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2012-03-03 13:45:59 +01:00
parent 03df52a833
commit f905f71006

View file

@ -560,11 +560,11 @@ _cairo_xlib_display_has_gradients (cairo_device_t *device)
/**
* cairo_xlib_device_debug_cap_xrender_version:
* @device: a #cairo_device_t for the XCB backend
* @device: a #cairo_device_t for the Xlib backend
* @major_version: major version to restrict to
* @minor_version: minor version to restrict to
*
* Restricts all future XCB surfaces for this devices to the specified version
* Restricts all future Xlib surfaces for this devices to the specified version
* of the RENDER extension. This function exists solely for debugging purpose.
* It let's you find out how cairo would behave with an older version of
* the RENDER extension.