[cairo-commit] src/cairo-xlib-display.c

Uli Schlachter psychon at kemper.freedesktop.org
Sat Mar 3 04:48:30 PST 2012


 src/cairo-xlib-display.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f905f7100663f34542d782f97d35639ae9208d99
Author: Uli Schlachter <psychon at znc.in>
Date:   Sat Mar 3 13:45:59 2012 +0100

    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 at znc.in>

diff --git a/src/cairo-xlib-display.c b/src/cairo-xlib-display.c
index 65cd3fb..fd1575e 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.


More information about the cairo-commit mailing list