diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-05-04 11:55:27 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-05-04 11:55:27 -0400 |
commit | 34e05035af0ce854df1cc2f77c0b11dbc1a3cb36 (patch) | |
tree | efc507cbaddd116b17340270348a0dc6d9308010 /pango/pangocairo-private.h | |
parent | fd31122c5a153c3a21ae015cdd1c72aef79671d0 (diff) | |
download | pango-34e05035af0ce854df1cc2f77c0b11dbc1a3cb36.tar.gz |
[cairo] Refactor common code in create_metrics_for_context()
Diffstat (limited to 'pango/pangocairo-private.h')
-rw-r--r-- | pango/pangocairo-private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangocairo-private.h b/pango/pangocairo-private.h index 3a4a9d0e..4e64f25d 100644 --- a/pango/pangocairo-private.h +++ b/pango/pangocairo-private.h @@ -95,8 +95,8 @@ struct _PangoCairoFontIface GTypeInterface g_iface; cairo_font_face_t *(*create_font_face) (PangoCairoFont *cfont); - PangoFontMetrics *(*create_metrics_for_context) (PangoCairoFont *cfont, - PangoContext *context); + PangoFontMetrics *(*create_base_metrics_for_context) (PangoCairoFont *cfont, + PangoContext *context); gssize cf_priv_offset; }; |