Evas textblock: Fix casting of font when calling pipe op.

SVN revision: 59807
This commit is contained in:
Tom Hacohen 2011-05-30 09:03:46 +00:00
parent f79afe5e85
commit 884eaf1c63
1 changed files with 1 additions and 1 deletions

View File

@ -8766,7 +8766,7 @@ _evas_object_textblock_rehint(Evas_Object *obj)
if (ti->parent.format->font.font)
{
#ifdef EVAS_FRAME_QUEUING
evas_common_pipe_op_text_flush(ti->parent.format->font.font);
evas_common_pipe_op_text_flush((RGBA_Font *) ti->parent.format->font.font);
#endif
evas_font_load_hinting_set(obj->layer->evas,
ti->parent.format->font.font,