Add wl_egl_window to private structure.
authorChris Michael <cp.michael@samsung.com>
Wed, 5 Jun 2013 12:49:21 +0000 (13:49 +0100)
committerChris Michael <cp.michael@samsung.com>
Fri, 7 Jun 2013 14:42:52 +0000 (15:42 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h

index 5abc466..59fa993 100644 (file)
@@ -32,6 +32,9 @@ struct _Ecore_Evas_Engine_Wl_Data
    Ecore_Wl_Window *parent, *win;
    Evas_Object *frame;
    int fx, fy, fw, fh;
+#ifdef BUILD_ECORE_EVAS_WAYLAND_EGL
+   struct wl_egl_window *egl_win;
+#endif
 };
 
 Ecore_Evas_Interface_Wayland *_ecore_evas_wl_interface_new(void);