and less warnings!

SVN revision: 19569
This commit is contained in:
Carsten Haitzler 2006-01-06 18:47:56 +00:00
parent 2c52634e85
commit 07ce0152b6
2 changed files with 2 additions and 2 deletions

View File

@ -550,7 +550,7 @@ ecore_evas_directfb_window_get(Ecore_Evas *ee)
} }
Ecore_Evas * EAPI Ecore_Evas *
ecore_evas_directfb_new(const char *disp_name, int windowed, int x, int y, int w, int h) ecore_evas_directfb_new(const char *disp_name, int windowed, int x, int y, int w, int h)
{ {
#ifdef BUILD_ECORE_EVAS_DIRECTFB #ifdef BUILD_ECORE_EVAS_DIRECTFB

View File

@ -467,7 +467,7 @@ static const Ecore_Evas_Engine_Func _ecore_fb_engine_func =
* *
* FIXME: To be fixed. * FIXME: To be fixed.
*/ */
Ecore_Evas * EAPI Ecore_Evas *
ecore_evas_fb_new(char *disp_name, int rotation, int w, int h) ecore_evas_fb_new(char *disp_name, int rotation, int w, int h)
{ {
#ifdef BUILD_ECORE_EVAS_FB #ifdef BUILD_ECORE_EVAS_FB