Add wl_egl_window to private structure.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-06-05 13:49:21 +01:00
parent ec86e11eee
commit 31a98ebd77
1 changed files with 3 additions and 0 deletions

View 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);