devilhorns pushed a commit to branch master.

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

commit b3ba1340360b424658ea0d602f481a93fc27593c
Author: Christopher Michael <cp.mich...@samsung.com>
Date:   Tue Dec 3 10:47:32 2019 -0500

    ecore-wl2: Move ecore_wl2_window_buffer_transform_set to be internal
    
    This function is unused outside of EFL internals, so there is no need
    for it to be a public API.
    
    ref T8013
---
 src/lib/ecore_wl2/Ecore_Wl2.h          | 11 -----------
 src/lib/ecore_wl2/ecore_wl2_internal.h | 11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index 8db33119be..0631a5fe6d 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -1131,17 +1131,6 @@ EAPI Ecore_Wl2_Window_Type 
ecore_wl2_window_type_get(Ecore_Wl2_Window *window);
  */
 EAPI Ecore_Wl2_Output *ecore_wl2_window_output_find(Ecore_Wl2_Window *window);
 
-/**
- * Set a buffer transform on a given window
- *
- * @param window The window on which to set the buffer transform
- * @param transform The buffer transform being requested
- *
- * @ingroup Ecore_Wl2_Window_Group
- * @since 1.20
- */
-EAPI void ecore_wl2_window_buffer_transform_set(Ecore_Wl2_Window *window, int 
transform);
-
 /**
  * Set if window rotation is supported by the window manager
  *
diff --git a/src/lib/ecore_wl2/ecore_wl2_internal.h 
b/src/lib/ecore_wl2/ecore_wl2_internal.h
index d1faef36c2..2b6a965b10 100644
--- a/src/lib/ecore_wl2/ecore_wl2_internal.h
+++ b/src/lib/ecore_wl2/ecore_wl2_internal.h
@@ -89,6 +89,17 @@ EAPI Eina_Bool ecore_wl2_surface_alpha_get(Ecore_Wl2_Surface 
*surface);
  */
 EAPI void ecore_wl2_window_buffer_attach(Ecore_Wl2_Window *win, void *buffer, 
int x, int y, Eina_Bool implicit);
 
+/**
+ * Set a buffer transform on a given window
+ *
+ * @param window The window on which to set the buffer transform
+ * @param transform The buffer transform being requested
+ *
+ * @ingroup Ecore_Wl2_Window_Group
+ * @since 1.20
+ */
+EAPI void ecore_wl2_window_buffer_transform_set(Ecore_Wl2_Window *window, int 
transform);
+
 # undef EAPI
 # define EAPI
 

-- 


Reply via email to