[cairo-commit] src/cairo-xcb-surface.c

Andrea Canciani ranma42 at kemper.freedesktop.org
Fri Nov 18 03:24:12 PST 2011


 src/cairo-xcb-surface.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit adb5eb6f69db3fa26abb7cfe64cad84f82eb96bb
Author: Andrea Canciani <ranma42 at gmail.com>
Date:   Fri Nov 18 12:23:02 2011 +0100

    xcb: Fix typo

diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c
index cf64949..77d4e79 100644
--- a/src/cairo-xcb-surface.c
+++ b/src/cairo-xcb-surface.c
@@ -241,7 +241,7 @@ _cairo_xcb_surface_create_shm_image (cairo_xcb_connection_t *connection,
 						      might_reuse,
 						      &shm_info);
     if (unlikely (status)) {
-	if (status == CAIRO_INT_STATUS_UNUSPPORTED)
+	if (status == CAIRO_INT_STATUS_UNSUPPORTED)
 	    return NULL;
 
 	return _cairo_surface_create_in_error (status);


More information about the cairo-commit mailing list