mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
Change return value from cairo_status_t to cairo_int_status_t to match definition in cairo_surface_backend_t.
This commit is contained in:
parent
31534f264c
commit
725d363877
3 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
2004-12-20 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo_image_surface.c
|
||||
(_cairo_image_abstract_surface_create_pattern): Change return
|
||||
value from cairo_status_t to cairo_int_status_t to match
|
||||
definition in cairo_surface_backend_t.
|
||||
|
||||
* BUGS: Add bug about gcc 3.4 warning: '__visibility__' attribute
|
||||
ignored on non-class types.
|
||||
|
||||
|
|
|
|||
|
|
@ -490,7 +490,7 @@ _cairo_image_surface_set_clip_region (cairo_image_surface_t *surface,
|
|||
return CAIRO_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static cairo_status_t
|
||||
static cairo_int_status_t
|
||||
_cairo_image_abstract_surface_create_pattern (void *abstract_surface,
|
||||
cairo_pattern_t *pattern,
|
||||
cairo_box_t *box)
|
||||
|
|
|
|||
|
|
@ -490,7 +490,7 @@ _cairo_image_surface_set_clip_region (cairo_image_surface_t *surface,
|
|||
return CAIRO_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static cairo_status_t
|
||||
static cairo_int_status_t
|
||||
_cairo_image_abstract_surface_create_pattern (void *abstract_surface,
|
||||
cairo_pattern_t *pattern,
|
||||
cairo_box_t *box)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue