how about we export symbols we intend to dlsym() ?

SVN revision: 81860
This commit is contained in:
Carsten Haitzler 2012-12-29 03:56:54 +00:00
parent 717f0823e0
commit 87d15b8d20
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ static Ecore_Evas_Engine_Func _ecore_fb_engine_func =
NULL // screen_dpi_get
};
Ecore_Evas *
EAPI Ecore_Evas *
ecore_evas_fb_new_internal(const char *disp_name, int rotation, int w, int h)
{
Evas_Engine_Info_FB *einfo;