mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-25 07:20:44 +02:00
[quartz] use rectangle_int_t, not rectangle_int16_t
This commit is contained in:
parent
e8574022f9
commit
150564c7f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1669,7 +1669,7 @@ _cairo_quartz_surface_mask_with_surface (cairo_quartz_surface_t *surface,
|
|||
cairo_pattern_t *source,
|
||||
cairo_surface_pattern_t *mask)
|
||||
{
|
||||
cairo_rectangle_int16_t extents;
|
||||
cairo_rectangle_int_t extents;
|
||||
cairo_quartz_surface_t *quartz_surf;
|
||||
CGRect rect;
|
||||
CGImageRef img;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue