From 3a0a298181a5fb4de18024c357d08cde5ef3105c Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 30 Sep 2015 13:13:14 -0400 Subject: [PATCH] ecore-evas: Add new API to return a Ecore_Wl2_Window when requested Signed-off-by: Chris Michael --- src/lib/ecore_evas/Ecore_Evas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index 1aef27be7d..d7dd034f64 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h @@ -1316,6 +1316,7 @@ EAPI void ecore_evas_wayland_move(Ecore_Evas *ee, int x, int y); EAPI void ecore_evas_wayland_pointer_set(Ecore_Evas *ee, int hot_x, int hot_y); EAPI void ecore_evas_wayland_type_set(Ecore_Evas *ee, int type); EAPI Ecore_Wl_Window *ecore_evas_wayland_window_get(const Ecore_Evas *ee); +EAPI Ecore_Wl2_Window *ecore_evas_wayland2_window_get(const Ecore_Evas *ee); EAPI Ecore_Cocoa_Window *ecore_evas_cocoa_window_get(const Ecore_Evas *ee);