devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=431a5578daab3fa7a8fb983aa0a385e8fdb6b283

commit 431a5578daab3fa7a8fb983aa0a385e8fdb6b283
Author: Christopher Michael <[email protected]>
Date:   Tue Nov 5 09:15:28 2019 -0500

    ecore-wl2: Move ecore_wl2_buffer_busy_get function to be internal
    
    As this function is only used in 1 place and will likely never be used
    outside of the modular dmabuf engine, we can move it to be internal
    only.
    
    ref T8013
---
 src/lib/ecore_wl2/Ecore_Wl2.h          | 1 -
 src/lib/ecore_wl2/ecore_wl2_internal.h | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index e887135ad2..c47641ca45 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -2005,7 +2005,6 @@ EAPI void ecore_wl2_window_update_begin(Ecore_Wl2_Window 
*window);
 
 /* TODO: doxygen if we are keeping any of the below functions public */
 
-EAPI Eina_Bool ecore_wl2_buffer_busy_get(Ecore_Wl2_Buffer *buffer);
 EAPI void ecore_wl2_buffer_busy_set(Ecore_Wl2_Buffer *buffer);
 EAPI int ecore_wl2_buffer_age_get(Ecore_Wl2_Buffer *buffer);
 EAPI void ecore_wl2_buffer_age_set(Ecore_Wl2_Buffer *buffer, int age);
diff --git a/src/lib/ecore_wl2/ecore_wl2_internal.h 
b/src/lib/ecore_wl2/ecore_wl2_internal.h
index 5fe749e2f5..406fc985ea 100644
--- a/src/lib/ecore_wl2/ecore_wl2_internal.h
+++ b/src/lib/ecore_wl2/ecore_wl2_internal.h
@@ -51,6 +51,7 @@ EAPI void ecore_wl2_buffer_discard(Ecore_Wl2_Buffer *buf);
 EAPI void ecore_wl2_buffer_lock(Ecore_Wl2_Buffer *b);
 EAPI void ecore_wl2_buffer_unlock(Ecore_Wl2_Buffer *b);
 EAPI void ecore_wl2_buffer_destroy(Ecore_Wl2_Buffer *b);
+EAPI Eina_Bool ecore_wl2_buffer_busy_get(Ecore_Wl2_Buffer *buffer);
 
 # undef EAPI
 # define EAPI

-- 


Reply via email to