Change e_randr_12_try_enable_output to be exported via EAPI.

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

SVN revision: 81366
This commit is contained in:
Christopher Michael 2012-12-19 14:21:44 +00:00 committed by Christopher Michael
parent 4d4fd44b39
commit 1012d6be1d
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ _output_property_change_event_cb(void *data __UNUSED__, int type, void *ev)
* - try to share the output of a CRTC with other outputs already using it
* (clone).
*/
EINTERN Eina_Bool
EAPI Eina_Bool
e_randr_12_try_enable_output(E_Randr_Output_Info *output_info, Ecore_X_Randr_Output_Policy policy, Eina_Bool force)
{
Eina_List *iter, *outputs_list = NULL, *common_modes = NULL;