Group EAPI functions together.

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

SVN revision: 81154
This commit is contained in:
Christopher Michael 2012-12-17 15:46:32 +00:00 committed by Christopher Michael
parent 92380c140d
commit 94535beb52
1 changed files with 1 additions and 3 deletions

View File

@ -28,9 +28,6 @@ typedef enum _E_Randr_Configuration_Store_Modifier
| E_RANDR_CONFIGURATION_STORE_ORIENTATIONS)
} E_Randr_Configuration_Store_Modifier;
EAPI void e_randr_store_configuration(E_Randr_Configuration_Store_Modifier modifier);
EAPI void e_randr_11_store_configuration(E_Randr_Configuration_Store_Modifier modifier);
#else
#ifndef E_RANDR_H
#define E_RANDR_H
@ -183,6 +180,7 @@ struct _E_Randr_Serialized_Setup
EAPI Eina_Bool e_randr_screen_info_refresh(void);
EAPI void e_randr_store_configuration(E_Randr_Configuration_Store_Modifier modifier);
EAPI void e_randr_11_store_configuration(E_Randr_Configuration_Store_Modifier modifier);
EINTERN Eina_Bool e_randr_init(void);
EINTERN int e_randr_shutdown(void);