devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dbb862299ba784a0fe3b9ec2095889cfb824cb98
commit dbb862299ba784a0fe3b9ec2095889cfb824cb98 Author: Chris Michael <[email protected]> Date: Tue Oct 13 14:36:52 2015 -0400 ecore-wl2: Re-order window API function to be with window group Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_wl2/Ecore_Wl2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index df5237c..e962845 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -547,6 +547,9 @@ EAPI void ecore_wl2_window_cursor_from_name_set(Ecore_Wl2_Window *window, const /* TODO: doxy */ EAPI void ecore_wl2_window_type_set(Ecore_Wl2_Window *window, Ecore_Wl2_Window_Type type); +/* TODO: doxy */ +EAPI Ecore_Wl2_Input *ecore_wl2_window_input_get(Ecore_Wl2_Window *window); + /** * @defgroup Ecore_Wl2_Input_Group Wayland Library Input Functions * @ingroup Ecore_Wl2_Group @@ -556,9 +559,6 @@ EAPI void ecore_wl2_window_type_set(Ecore_Wl2_Window *window, Ecore_Wl2_Window_T */ /* TODO: doxy */ -EAPI Ecore_Wl2_Input *ecore_wl2_window_input_get(Ecore_Wl2_Window *window); - -/* TODO: doxy */ EAPI void ecore_wl2_input_ungrab(Ecore_Wl2_Input *input); /* TODO: doxy */ --
