fix compile
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 14 Aug 2010 14:36:40 +0000 (14:36 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 14 Aug 2010 14:36:40 +0000 (14:36 +0000)
raster SPANK SPANK SPANK!!!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@51115 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_8/evas_engine.c

index 9f10fdd..7564300 100644 (file)
@@ -931,7 +931,7 @@ static void
 eng_font_draw(void *data __UNUSED__, void *context, void *surface, void *font,
               int x, int y, int w, int h, int ow, int oh, const Eina_Unicode *text, const Evas_BiDi_Props *intl_props)
 {
-   evas_common_font_draw(surface, context, font, x, y, text);
+   evas_common_font_draw(surface, context, font, x, y, text, intl_props);
    evas_common_draw_context_font_ext_set(context, NULL, NULL, NULL, NULL);
 }