evas: fix software 16 sdl.

SVN revision: 59290
This commit is contained in:
Cedric BAIL 2011-05-09 10:56:32 +00:00
parent d2b65a51d0
commit 849eea718d
1 changed files with 2 additions and 2 deletions

View File

@ -873,7 +873,7 @@ evas_engine_sdl16_image_format_get(void *data __UNUSED__, void *image __UNUSED__
} }
static void 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; static RGBA_Image *im = NULL;
SDL_Engine_Image_Entry *eim = surface; 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_new,
evas_common_soft16_font_glyph_free, evas_common_soft16_font_glyph_free,
evas_common_soft16_font_glyph_draw); 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, evas_common_draw_context_font_ext_set(context,
NULL, NULL,
NULL, NULL,