devilhorns pushed a commit to branch master.

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

commit c333022f0bdf47244e60d0475a3842a44870cc3d
Author: Christopher Michael <[email protected]>
Date:   Tue Nov 5 09:20:02 2019 -0500

    ecore-wl2: Move ecore_wl2_surface_post 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 e6b189c0cb..f46b912be0 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -2006,7 +2006,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 void ecore_wl2_surface_post(Ecore_Wl2_Surface *surface, Eina_Rectangle 
*rects, unsigned int count);
 EAPI void ecore_wl2_surface_flush(Ecore_Wl2_Surface *surface, Eina_Bool purge);
 EAPI void ecore_wl2_window_surface_flush(Ecore_Wl2_Window *window, Eina_Bool 
purge);
 EAPI Ecore_Wl2_Buffer *ecore_wl2_surface_buffer_create(Ecore_Wl2_Surface 
*surface);
diff --git a/src/lib/ecore_wl2/ecore_wl2_internal.h 
b/src/lib/ecore_wl2/ecore_wl2_internal.h
index dd840a2833..fadb4d4f00 100644
--- a/src/lib/ecore_wl2/ecore_wl2_internal.h
+++ b/src/lib/ecore_wl2/ecore_wl2_internal.h
@@ -62,6 +62,7 @@ EAPI void ecore_wl2_surface_destroy(Ecore_Wl2_Surface 
*surface);
 EAPI void ecore_wl2_surface_reconfigure(Ecore_Wl2_Surface *surface, int w, int 
h, uint32_t flags, Eina_Bool alpha);
 EAPI void *ecore_wl2_surface_data_get(Ecore_Wl2_Surface *surface, int *w, int 
*h);
 EAPI int  ecore_wl2_surface_assign(Ecore_Wl2_Surface *surface);
+EAPI void ecore_wl2_surface_post(Ecore_Wl2_Surface *surface, Eina_Rectangle 
*rects, unsigned int count);
 
 # undef EAPI
 # define EAPI

-- 


Reply via email to