Get cairo_toy_font_face_t type right.

This commit is contained in:
Tor Lillqvist 2005-08-09 10:05:35 +00:00
parent 018015d802
commit 6ece52cd05
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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,