From 00d5045d27d7bb33c2e7b48dad9879255eb5eb8c Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 Dec 2012 14:28:04 +0000 Subject: [PATCH] Move EAPI functions above EINTERN ones. Signed-off-by: Christopher Michael SVN revision: 81148 --- src/bin/e_randr.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index 6aca0b52f..da04f074c 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -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) {