mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 11:47:59 +02:00
Pass appropriate pointer for image_extra to release_dest_image.
This commit is contained in:
parent
c00698ebf5
commit
05c0c98aee
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-09-07 T Rowley <tim.rowley@gmail.com>
|
||||
|
||||
* src/cairo-atsui-font.c (_cairo_atsui_font_show_glyphs):
|
||||
Pass appropriate pointer for image_extra to release_dest_image.
|
||||
|
||||
2005-09-07 T Rowley <tim.rowley@gmail.com>
|
||||
|
||||
* src/cairo-atsui-font.c (_cairo_atsui_font_show_glyphs):
|
||||
|
|
|
|||
|
|
@ -532,7 +532,7 @@ _cairo_atsui_font_show_glyphs(void *abstract_font,
|
|||
&rect,
|
||||
destImageSurface,
|
||||
&rect,
|
||||
&extra);
|
||||
extra);
|
||||
|
||||
return CAIRO_STATUS_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue