evas: fix order in function of engine and output use for text operation.

This commit is contained in:
Cedric BAIL 2017-08-25 10:49:49 -07:00
parent 94dbcf3e0d
commit 76a7198e0d
1 changed files with 2 additions and 2 deletions

View File

@ -1833,8 +1833,8 @@ evas_object_text_render(Evas_Object *eo_obj,
obj->cur->geometry.x + x + sl + ox + it->x, \
obj->cur->geometry.y + y + st + oy, \
it->w, it->h); \
evas_font_draw_async_check(obj, output, \
engine, \
evas_font_draw_async_check(obj, engine, \
output, \
context, \
surface, \
o->font, \