From e50250123144e3f6fbb73a4753c5f1449f26e630 Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 9 May 2011 10:56:32 +0000 Subject: [PATCH] evas: fix software 16 sdl. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@59290 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/software_16_sdl/evas_engine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/engines/software_16_sdl/evas_engine.c b/src/modules/engines/software_16_sdl/evas_engine.c index e4cf501..bb76ae1 100644 --- a/src/modules/engines/software_16_sdl/evas_engine.c +++ b/src/modules/engines/software_16_sdl/evas_engine.c @@ -873,7 +873,7 @@ evas_engine_sdl16_image_format_get(void *data __UNUSED__, void *image __UNUSED__ } static void -evas_engine_sdl16_font_draw(void *data __UNUSED__, void *context, void *surface, void *font, int x, int y, int w __UNUSED__, int h __UNUSED__, int ow __UNUSED__, int oh __UNUSED__, const Eina_Unicode *text, const Evas_Text_Props *intl_props) +evas_engine_sdl16_font_draw(void *data __UNUSED__, void *context, void *surface, void *font, int x, int y, int w __UNUSED__, int h __UNUSED__, int ow __UNUSED__, int oh __UNUSED__, const Evas_Text_Props *intl_props) { static RGBA_Image *im = NULL; SDL_Engine_Image_Entry *eim = surface; @@ -895,7 +895,7 @@ evas_engine_sdl16_font_draw(void *data __UNUSED__, void *context, void *surface, evas_common_soft16_font_glyph_new, evas_common_soft16_font_glyph_free, evas_common_soft16_font_glyph_draw); - evas_common_font_draw(im, context, font, x, y, text, intl_props); + evas_common_font_draw(im, context, font, x, y, intl_props); evas_common_draw_context_font_ext_set(context, NULL, NULL, -- 2.7.4