mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 02:58:02 +02:00
Get cairo_toy_font_face_t type right.
This commit is contained in:
parent
018015d802
commit
6ece52cd05
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-07-29 T Rowley <tim.rowley@gmail.com>
|
||||
|
||||
* src/cairo-atsui-font.c (_cairo_atsui_font_create_toy):
|
||||
Get cairo_toy_font_face_t type right.
|
||||
|
||||
2005-08-09 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* configure.in: Add -head to CAIRO_VERSION after tagging with
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ CreateSizedCopyOfStyle(ATSUStyle inStyle, cairo_matrix_t *scale)
|
|||
|
||||
|
||||
static cairo_status_t
|
||||
_cairo_atsui_font_create_toy(const cairo_toy_font_face *toy_face,
|
||||
_cairo_atsui_font_create_toy(const cairo_toy_font_face_t *toy_face,
|
||||
const cairo_matrix_t *font_matrix,
|
||||
const cairo_matrix_t *ctm,
|
||||
const cairo_font_options_t *options,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue