Move window function(s) declaration(s) to be with the rest of the
authorChris Michael <cp.michael@samsung.com>
Tue, 21 May 2013 10:51:31 +0000 (11:51 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 28 May 2013 10:48:51 +0000 (11:48 +0100)
window functions.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wayland/Ecore_Wayland.h

index 612a25e..80127e4 100644 (file)
@@ -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