diff options
author | Uli Schlachter <psychon@znc.in> | 2012-03-03 13:45:59 +0100 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2012-03-03 13:45:59 +0100 |
commit | f905f7100663f34542d782f97d35639ae9208d99 (patch) | |
tree | 5c007c6d50f692d3bfe65bba98c6ff01e340386e /src/cairo-xlib-display.c | |
parent | 03df52a833f6d4845394e7e657dbbc5619079be7 (diff) |
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>
Diffstat (limited to 'src/cairo-xlib-display.c')
-rw-r--r-- | src/cairo-xlib-display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-xlib-display.c b/src/cairo-xlib-display.c index 65cd3fbe..fd1575e3 100644 --- a/src/cairo-xlib-display.c +++ b/src/cairo-xlib-display.c @@ -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. |