ecore-evas: Add ecore_evas_wayland_window_get2 to the Ecore_Evas
authorChris Michael <cp.michael@samsung.com>
Wed, 30 Sep 2015 17:13:38 +0000 (13:13 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 3 Dec 2015 17:02:40 +0000 (12:02 -0500)
Wayland Interface

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

index 00367ef..ab3894e 100644 (file)
@@ -12,6 +12,7 @@ struct _Ecore_Evas_Interface_Wayland
    void (*pointer_set)(Ecore_Evas *ee, int hot_x, int hot_y);
    void (*type_set)(Ecore_Evas *ee, int type);
    Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee);
+   Ecore_Wl2_Window *(*window_get2)(const Ecore_Evas *ee);
    void (*pre_post_swap_callback_set)(const Ecore_Evas *ee, void *data, void (*pre_cb) (void *data, Evas *e), void (*post_cb) (void *data, Evas *e));
 };