From 77130795a90e6f898c19f441c17405a37983ef22 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 14 Aug 2010 14:36:40 +0000 Subject: [PATCH] fix compile raster SPANK SPANK SPANK!!! SVN revision: 51115 --- legacy/evas/src/modules/engines/software_8/evas_engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/modules/engines/software_8/evas_engine.c b/legacy/evas/src/modules/engines/software_8/evas_engine.c index 9f10fdd9f0..75643002b3 100644 --- a/legacy/evas/src/modules/engines/software_8/evas_engine.c +++ b/legacy/evas/src/modules/engines/software_8/evas_engine.c @@ -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); }