mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
xcb: Silence a compiler warning for mixing status and internal status enums
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
b9d4a5f106
commit
9156339295
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ _cairo_xcb_surface_create_shm_image (cairo_xcb_connection_t *connection,
|
|||
{
|
||||
cairo_surface_t *image;
|
||||
cairo_xcb_shm_info_t *shm_info;
|
||||
cairo_status_t status;
|
||||
cairo_int_status_t status;
|
||||
size_t stride;
|
||||
|
||||
*shm_info_out = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue