Ecore_Evas: Update ecore_evas_private for recent wayland changes.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 13:03:17 +0000 (13:03 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 13:03:17 +0000 (13:03 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@67078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_private.h

index 05e9b5b..72d04a6 100644 (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