From 206914aa321dd053eae93214f799bffddfc6a626 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 1 Oct 2015 10:00:20 -0400 Subject: [PATCH] ecore-wl2: Add API funtion declarations need for Elementary Signed-off-by: Chris Michael --- src/lib/ecore_wl2/Ecore_Wl2.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index 3eb95e6e8e..1a23690cd0 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -305,6 +305,9 @@ EAPI Eina_Bool ecore_wl2_display_animator_source_set(Ecore_Wl2_Display *display, /* TODO: doxy */ EAPI void ecore_wl2_display_screen_size_get(Ecore_Wl2_Display *display, int *w, int *h); +/* TODO: doxy */ +EAPI Ecore_Wl2_Window *ecore_wl2_display_window_find(Ecore_Wl2_Display *display, unsigned int id); + /** * @defgroup Ecore_Wl2_Window_Group Wayland Library Window Functions * @ingroup Ecore_Wl2_Group @@ -514,6 +517,9 @@ 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); + /* # ifdef __cplusplus */ /* } */ /* # endif */