From aef87fc411655c5993b6015f96538275f4a2fd2c Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 21 May 2013 11:51:31 +0100 Subject: [PATCH] Move window function(s) declaration(s) to be with the rest of the window functions. Signed-off-by: Chris Michael --- src/lib/ecore_wayland/Ecore_Wayland.h | 36 +++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index 612a25e..80127e4 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -642,24 +642,6 @@ EAPI void ecore_wl_window_cursor_default_restore(Ecore_Wl_Window *win); EAPI void ecore_wl_window_parent_set(Ecore_Wl_Window *win, Ecore_Wl_Window *parent); /** - * @defgroup Ecore_Wl_Dnd_Group Functions dealing with Wayland Drag-n-Drop - * @ingroup Ecore_Wl_Group - * - * Functions to interface with Wayland Drag-n-Drop - */ - -/** @since 1.7 */ -EAPI Eina_Bool ecore_wl_dnd_set_selection(Ecore_Wl_Dnd *dnd, const char **types_offered); -EAPI Eina_Bool ecore_wl_dnd_get_selection(Ecore_Wl_Dnd *dnd, const char *type); -EAPI Ecore_Wl_Dnd *ecore_wl_dnd_get(void); - -/** - * @deprecated use ecore_wl_dnd_drag_start - */ -EINA_DEPRECATED EAPI Eina_Bool ecore_wl_dnd_start_drag(); -EAPI Eina_Bool ecore_wl_dnd_selection_has_owner(Ecore_Wl_Dnd *dnd); - -/** * Returns a wl_surface with no association to any wl_shell_surface. * * @param win The window which will use this newly created surface. @@ -683,6 +665,24 @@ EAPI Eina_Bool ecore_wl_window_alpha_get(Ecore_Wl_Window *win); */ EAPI Ecore_Wl_Window *ecore_wl_window_surface_find(struct wl_surface *surface); +/** + * @defgroup Ecore_Wl_Dnd_Group Functions dealing with Wayland Drag-n-Drop + * @ingroup Ecore_Wl_Group + * + * Functions to interface with Wayland Drag-n-Drop + */ + +/** @since 1.7 */ +EAPI Eina_Bool ecore_wl_dnd_set_selection(Ecore_Wl_Dnd *dnd, const char **types_offered); +EAPI Eina_Bool ecore_wl_dnd_get_selection(Ecore_Wl_Dnd *dnd, const char *type); +EAPI Ecore_Wl_Dnd *ecore_wl_dnd_get(void); + +/** + * @deprecated use ecore_wl_dnd_drag_start + */ +EINA_DEPRECATED EAPI Eina_Bool ecore_wl_dnd_start_drag(); +EAPI Eina_Bool ecore_wl_dnd_selection_has_owner(Ecore_Wl_Dnd *dnd); + #ifdef __cplusplus } #endif -- 2.7.4