e_comp_wl_rsm: change EINTERN to E_API 30/293630/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 1 Jun 2023 07:30:07 +0000 (16:30 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 1 Jun 2023 07:38:18 +0000 (16:38 +0900)
Change-Id: I1fa2b95e2aa51db058720b1e20452af77a60715a

src/bin/e_comp_wl_rsm.c
src/bin/e_comp_wl_rsm.h

index 4547c9a..f821fec 100644 (file)
@@ -3324,7 +3324,7 @@ e_comp_wl_remote_surface_image_save_cancel(E_Client *ec)
    e_comp_wl_capture_client_image_save_cancel(ec);
 }
 
-EINTERN void
+E_API void
 e_comp_wl_remote_surface_image_save_skip_set(E_Client *ec, Eina_Bool set)
 {
    if (e_object_is_del(E_OBJECT(ec))) return;
index 3e22252..40da63f 100644 (file)
@@ -9,7 +9,7 @@ EINTERN void       e_comp_wl_remote_surface_shutdown(void);
 EINTERN Eina_Bool  e_comp_wl_remote_surface_commit(E_Client *ec);
 EINTERN void       e_comp_wl_remote_surface_image_save(E_Client *ec);
 EINTERN void       e_comp_wl_remote_surface_image_save_cancel(E_Client *ec);
-EINTERN void       e_comp_wl_remote_surface_image_save_skip_set(E_Client *ec, Eina_Bool set);
+E_API void       e_comp_wl_remote_surface_image_save_skip_set(E_Client *ec, Eina_Bool set);
 EINTERN Eina_Bool  e_comp_wl_remote_surface_image_save_skip_get(E_Client *ec);
 EINTERN void       e_comp_wl_remote_surface_debug_info_get(Eldbus_Message_Iter *iter);
 EINTERN E_Client  *e_comp_wl_remote_surface_bound_provider_ec_get(E_Client *ec);