Fix compile errors

SVN revision: 45007
This commit is contained in:
xcomputerman 2010-01-09 19:38:34 +00:00 committed by xcomputerman
parent 0aecd550bc
commit 6e91f15d0b
1 changed files with 4 additions and 1 deletions

View File

@ -32,6 +32,9 @@ static Ecore_Event_Handler *ecore_evas_event_handlers[4] = {
}; };
static const char *ecore_evas_sdl_default = "EFL SDL"; 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 * static Ecore_Evas *
_ecore_evas_sdl_match(void) _ecore_evas_sdl_match(void)
@ -113,7 +116,7 @@ _ecore_evas_render(Ecore_Evas *ee)
} }
static int static int
ecore_evas_sdl_render(Ecore_Evas *ee) _ecore_evas_sdl_render(Ecore_Evas *ee)
{ {
int rend = 0; int rend = 0;