e_pixmap: change EINTERN to E_API 06/293706/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 1 Jun 2023 23:09:59 +0000 (08:09 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 2 Jun 2023 06:45:07 +0000 (15:45 +0900)
Change-Id: I66ce08892bb8d86d8c857d65e7d6eaba90f7d3c1

src/bin/e_pixmap.c
src/bin/e_pixmap.h

index a07e20feb6f204f7425ec49107e5facf70a3ca8c..dad30ae8d0db842b1ed0b5314b930382702986ac 100644 (file)
@@ -1065,7 +1065,7 @@ _e_pixmap_cb_buffer_flush_timer(void *data)
 /* By this calling, client will destroy their buffer by this feature
  * implementation. the implementation for shared memory is in evas_shm engine.
  */
-EINTERN void
+E_API void
 e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free)
 {
    EINA_SAFETY_ON_NULL_RETURN(cp);
index 458daa2b6ec00f8092b7c4006447791bdbe61e26..78780758d39050407ab0f44c98833677f3e4a15b 100644 (file)
@@ -78,7 +78,7 @@ E_API void e_pixmap_hook_del(E_Pixmap_Hook *ph);
 
 EINTERN Eina_Bool e_pixmap_init(void);
 EINTERN void e_pixmap_shutdown(void);
-EINTERN void e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free);
+E_API void e_pixmap_buffer_clear(E_Pixmap *cp, Eina_Bool only_free);
 
 EINTERN void e_pixmap_buffer_clear_cancel(E_Pixmap *cp);
 EINTERN void *e_pixmap_ref_resource_get(E_Pixmap *cp);