Ecore_Evas (wayland): A bit of restructure to make prep for the egl

stuffs.



SVN revision: 66764
This commit is contained in:
Christopher Michael 2012-01-03 01:08:06 +00:00
parent c0f98fe6da
commit 2887fd5d2b
1 changed files with 6 additions and 3 deletions

View File

@ -273,12 +273,15 @@ struct _Ecore_Evas_Engine
{
Evas_Object *frame;
# ifdef BUILD_ECORE_EVAS_WAYLAND_SHM
struct wl_surface *surface;
struct wl_shell_surface *shell_surface;
struct wl_surface *surface;
# ifdef BUILD_ECORE_EVAS_WAYLAND_SHM
struct wl_buffer *buffer;
# endif
# ifdef BUILD_ECORE_EVAS_WAYLAND_EGL
struct wl_egl_window *win;
# endif
} wl;
#endif