e_comp_wl_tbm: change e_comp_wl_tbm_capturable_buffer_get to E_API 44/269444/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Fri, 14 Jan 2022 02:16:27 +0000 (11:16 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Fri, 14 Jan 2022 08:06:52 +0000 (17:06 +0900)
effect module wants to get capturable buffer for rotation effect

Change-Id: Ie980c94d7b111f6984274372dded69f42811e8b3

src/bin/e_comp_wl_tbm.c
src/bin/e_comp_wl_tbm.h

index d5b0d6d..fc588dd 100644 (file)
@@ -135,7 +135,7 @@ e_comp_wl_tbm_module_func_unset(void)
    return EINA_TRUE;
 }
 
-EINTERN tbm_surface_h
+E_API tbm_surface_h
 e_comp_wl_tbm_capturable_buffer_get(tbm_surface_h tsurface)
 {
    tbm_surface_h capturable_buffer = NULL;
index 4ecabf4..f9d852e 100644 (file)
@@ -33,7 +33,7 @@ E_API   Eina_Bool e_comp_wl_tbm_module_func_set(const char *module_name, E_Comp_
 E_API   Eina_Bool e_comp_wl_tbm_module_func_unset(void);
 
 /* reference count of returned tbm_surface should be decreased when not using it anymore */
-EINTERN tbm_surface_h e_comp_wl_tbm_capturable_buffer_get(tbm_surface_h tsurface);
+E_API   tbm_surface_h e_comp_wl_tbm_capturable_buffer_get(tbm_surface_h tsurface);
 EINTERN tbm_surface_h e_comp_wl_tbm_egl_image_buffer_get(int width, int height, tbm_format format);
 
 # endif