Replace another deprecated macro.

SVN revision: 31510
This commit is contained in:
tilman 2007-08-26 08:21:57 +00:00 committed by tilman
parent 2a04c23a33
commit 761eed190f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ evas_common_font_int_cache_glyph_get(RGBA_Font_Int *fi, FT_UInt index)
}
if (fg->glyph->format != FT_GLYPH_FORMAT_BITMAP)
{
error = FT_Glyph_To_Bitmap(&(fg->glyph), ft_render_mode_normal, 0, 1);
error = FT_Glyph_To_Bitmap(&(fg->glyph), FT_RENDER_MODE_NORMAL, 0, 1);
if (error)
{
FT_Done_Glyph(fg->glyph);