e_client: change API visibility of e_client_base_output_resolution_update 84/205684/1
authorJunseok, Kim <juns.kim@samsung.com>
Wed, 8 May 2019 11:10:49 +0000 (20:10 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Wed, 8 May 2019 11:10:49 +0000 (20:10 +0900)
Change-Id: Iefdab1734006bd21d1e406c29a52fff42eaa1f86

src/bin/e_client.c
src/bin/e_client.h

index 177ab1b19394a309d2beddb0496ab6fde29d216c..97c2243d29ff318fe65611b3606683eee4d7c599 100644 (file)
@@ -7142,7 +7142,7 @@ _e_client_base_output_resolution_set(E_Client *ec, int width, int height)
    e_client_transform_core_add(ec, ec->base_output_resolution.transform);
 }
 
-EINTERN Eina_Bool
+E_API Eina_Bool
 e_client_base_output_resolution_update(E_Client *ec)
 {
    E_Policy_Appinfo *epai = NULL;
index 8c140be234ac0a4e4ab1c80d14b6aaaf57d9ab2e..e57a033437b9a916b87804923d0a11675f2a3817 100644 (file)
@@ -1163,7 +1163,7 @@ E_API void e_client_stay_within_canvas_margin(E_Client *ec);
 
 E_API E_Capture_Save_State e_client_image_save(E_Client *ec, const char *dir, const char *name, E_Capture_Client_Save_End_Cb func_end, void *data, Eina_Bool skip_child);
 
-EINTERN Eina_Bool e_client_base_output_resolution_update(E_Client *ec);
+E_API Eina_Bool e_client_base_output_resolution_update(E_Client *ec);
 
 EINTERN void e_client_revert_focus(E_Client *ec);
 EINTERN Eina_Bool e_client_check_above_focused(E_Client *ec);