Ecore_Evas: Update ecore_evas_private for recent wayland changes.

SVN revision: 67078
This commit is contained in:
Christopher Michael 2012-01-11 13:03:17 +00:00
parent 8f05d8ec93
commit c7edac5b13
1 changed files with 2 additions and 4 deletions

View File

@ -275,12 +275,10 @@ struct _Ecore_Evas_Engine
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;
struct wl_egl_pixmap *pixmap;
# endif
} wl;
#endif