diff options
author | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-02 12:24:52 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-02 12:24:52 +0000 |
commit | b1e264aa208e43a3d98aa2f985a0eaafdb328bb8 (patch) | |
tree | e36edbf0aeb75494de3928993c34c6135fdc74dd /pango/pangocairo-render.c | |
parent | 12bf8f730fe3083800ae5296ddac725b285721be (diff) | |
download | pango-b1e264aa208e43a3d98aa2f985a0eaafdb328bb8.tar.gz |
Rename _pango_cairo_get_hex_box_info to _pango_cairo_font_get_hex_box_info.
Diffstat (limited to 'pango/pangocairo-render.c')
-rw-r--r-- | pango/pangocairo-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c index 0e0a2132..5a902ad8 100644 --- a/pango/pangocairo-render.c +++ b/pango/pangocairo-render.c @@ -77,7 +77,7 @@ _pango_cairo_renderer_draw_unknown_glyph (PangoCairoRenderer *crenderer, cairo_save (crenderer->cr); cairo_get_current_point (crenderer->cr, &temp_x, &temp_y); - hbi = _pango_cairo_get_hex_box_info ((PangoCairoFont *)font); + hbi = _pango_cairo_font_get_hex_box_info ((PangoCairoFont *)font); if (!hbi) { cairo_rectangle (crenderer->cr, |