mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-16 06:40:22 +01:00
xcb: Fix typo
This commit is contained in:
parent
9ecc3aafca
commit
adb5eb6f69
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue