From cc384c26e7254c0d4cde352fb032114dcba25ca6 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 13 Oct 2015 14:29:12 -0400 Subject: [PATCH] ecore-wl2: Re-order API functions for input to be located next to the group definition Signed-off-by: Chris Michael --- src/lib/ecore_wl2/Ecore_Wl2.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index ffd67556dd..5d6ff9d051 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -558,6 +558,12 @@ 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 */ +EAPI struct wl_seat *ecore_wl2_input_seat_get(Ecore_Wl2_Input *input); + /** * @defgroup Ecore_Wl2_Output_Group Wayland Library Drag-n-Drop Functions * @ingroup Ecore_Wl2_Group @@ -590,12 +596,6 @@ EAPI Eina_Bool ecore_wl2_dnd_selection_get(Ecore_Wl2_Input *input, const char *t /* TODO: doxy */ EAPI Eina_Bool ecore_wl2_dnd_selection_clear(Ecore_Wl2_Input *input); -/* TODO: doxy */ -EAPI void ecore_wl2_input_ungrab(Ecore_Wl2_Input *input); - -/* TODO: doxy */ -EAPI struct wl_seat *ecore_wl2_input_seat_get(Ecore_Wl2_Input *input); - /** * Create and return a new subsurface. *