evas: fix order in function of engine and output use for text operation.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 25 Aug 2017 17:49:49 +0000 (10:49 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 25 Aug 2017 17:49:49 +0000 (10:49 -0700)
src/lib/evas/canvas/evas_object_text.c

index ec194cd..42ca752 100644 (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,                               \