mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
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:
parent
03df52a833
commit
f905f71006
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue