Move EAPI functions above EINTERN ones.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81148
This commit is contained in:
Christopher Michael 2012-12-17 14:28:04 +00:00 committed by Christopher Michael
parent 1f13d6d76d
commit 00d5045d27
1 changed files with 6 additions and 6 deletions

View File

@ -33,6 +33,12 @@ static void _event_listeners_remove(void);
EAPI E_Randr_Screen_Info e_randr_screen_info;
static Eina_List *_event_handlers = NULL;
EAPI Eina_Bool
e_randr_screen_info_refresh(void)
{
return _screen_info_refresh();
}
EINTERN Eina_Bool
e_randr_init(void)
{
@ -46,12 +52,6 @@ e_randr_shutdown(void)
return 1;
}
EAPI Eina_Bool
e_randr_screen_info_refresh(void)
{
return _screen_info_refresh();
}
static Eina_Bool
_init(void)
{