Fix for Ecore Api changes wrt Eina_Bool.

SVN revision: 50394
This commit is contained in:
Christopher Michael 2010-07-20 22:02:31 +00:00
parent 3f4ca260af
commit 13399b7362
1 changed files with 2 additions and 2 deletions

View File

@ -760,7 +760,7 @@ init_video_object(char *module_filename, char *filename)
evas_object_show(oe);
}
static int
static Eina_Bool
enter_idle(void *data)
{
double t;
@ -775,7 +775,7 @@ enter_idle(void *data)
// printf("FPS: %3.3f\n", frames / (t - pt));
frames = 0;
}
return 1;
return EINA_TRUE;
}
static Eina_Bool