mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-21 20:20:34 +01:00
src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image): Minor updates to keep quartz backend limping along.
This commit is contained in:
parent
449087745b
commit
ef4209a8a1
3 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-07-29 T Rowley <tim.rowley@gmail.com>
|
||||
|
||||
* src/cairo-atsui-font.c ( _cairo_atsui_font_create):
|
||||
src/cairo-quartz-surface.c (_cairo_quartz_surface_acquire_dest_image):
|
||||
Minor updates to keep quartz backend limping along.
|
||||
|
||||
2005-07-29 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* src/cairo-font.c src/cairo-ft-font.c src/cairo-win32-font.c
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ _cairo_atsui_font_create(const char *family,
|
|||
cairo_font_weight_t weight,
|
||||
const cairo_matrix_t *font_matrix,
|
||||
const cairo_matrix_t *ctm,
|
||||
const cairo_font_options_t *options,
|
||||
cairo_scaled_font_t **font_out)
|
||||
{
|
||||
cairo_atsui_font_t *font = NULL;
|
||||
|
|
|
|||
|
|
@ -152,7 +152,8 @@ _cairo_quartz_surface_acquire_dest_image(void *abstract_surface,
|
|||
image_rect->height = surface->image->height;
|
||||
|
||||
*image_out = surface->image;
|
||||
*image_extra = NULL;
|
||||
if (image_extra)
|
||||
*image_extra = NULL;
|
||||
|
||||
return CAIRO_STATUS_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue