diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-11-28 21:47:51 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-11-28 21:47:51 +0000 |
commit | 5af98dbc8a917665e8b2e7937d8f015cb67f3478 (patch) | |
tree | c2db1a6cc22c1efeeeec3502449d628be892da0a /pango/pangocairo-private.h | |
parent | 730324111fd91f6778a8da8cacb3fe4b2eab64c7 (diff) | |
download | pango-5af98dbc8a917665e8b2e7937d8f015cb67f3478.tar.gz |
Revert two of the cast changes from last commit, to make sure the
2006-11-28 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-font.c (_pango_cairo_font_install),
(_pango_cairo_font_get_font_face),
(_pango_cairo_font_get_scaled_font):
* pango/pangocairo-private.h:
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs):
Revert two of the cast changes from last commit, to make sure the
test-pangocairo-fontmap-mismatch test doesn't crash.
Diffstat (limited to 'pango/pangocairo-private.h')
-rw-r--r-- | pango/pangocairo-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangocairo-private.h b/pango/pangocairo-private.h index 104bac29..7ccd1857 100644 --- a/pango/pangocairo-private.h +++ b/pango/pangocairo-private.h @@ -108,6 +108,7 @@ typedef struct _PangoCairoWarningHistory PangoCairoWarningHistory; struct _PangoCairoWarningHistory { guint font_install : 1; + guint font_get_scaled_font : 1; }; extern PangoCairoWarningHistory _pango_cairo_warning_history; |