From: xcomputerman Date: Sat, 9 Jan 2010 19:38:34 +0000 (+0000) Subject: Fix compile errors X-Git-Tag: build/2012-07-04.173327~2302 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbdc9b3648ad44ce4405f7d66995d0bf3b5f9768;p=profile%2Fivi%2Fecore.git Fix compile errors git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45007 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_evas/ecore_evas_sdl.c b/src/lib/ecore_evas/ecore_evas_sdl.c index b657ed2..31b204d 100644 --- a/src/lib/ecore_evas/ecore_evas_sdl.c +++ b/src/lib/ecore_evas/ecore_evas_sdl.c @@ -32,6 +32,9 @@ static Ecore_Event_Handler *ecore_evas_event_handlers[4] = { }; static const char *ecore_evas_sdl_default = "EFL SDL"; +static int _ecore_evas_fps_debug = 0; +static Ecore_Poller *ecore_evas_event; +static Ecore_Evas *ecore_evases = NULL; static Ecore_Evas * _ecore_evas_sdl_match(void) @@ -113,7 +116,7 @@ _ecore_evas_render(Ecore_Evas *ee) } static int -ecore_evas_sdl_render(Ecore_Evas *ee) +_ecore_evas_sdl_render(Ecore_Evas *ee) { int rend = 0;