evas: SPANK ! SPANK ! SPANK ! Tasn you forgot some engine !
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 30 Aug 2011 23:03:07 +0000 (23:03 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 30 Aug 2011 23:03:07 +0000 (23:03 +0000)
Patch by Youness Alaoui <kakaroto@kakaroto.homelinux.net>.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@63013 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_sdl/evas_engine.c

index 5a35db4..d816fae 100644 (file)
@@ -742,7 +742,7 @@ evas_engine_sdl_image_format_get(void *data __UNUSED__, void *image __UNUSED__)
 }
 
 static void
-evas_engine_sdl_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_sdl_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)
 {
    SDL_Engine_Image_Entry       *eim = surface;
    int                           mustlock_im = 0;