From 2887fd5d2bb84aeb5940ef29d256c6df7a669c75 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 3 Jan 2012 01:08:06 +0000 Subject: [PATCH] Ecore_Evas (wayland): A bit of restructure to make prep for the egl stuffs. SVN revision: 66764 --- legacy/ecore/src/lib/ecore_evas/ecore_evas_private.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_private.h b/legacy/ecore/src/lib/ecore_evas/ecore_evas_private.h index c6770e87f4..05e9b5b802 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_private.h +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_private.h @@ -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