Ecore_Evas (wayland): A bit of restructure to make prep for the egl
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Jan 2012 01:08:06 +0000 (01:08 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 Jan 2012 01:08:06 +0000 (01:08 +0000)
stuffs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@66764 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_private.h

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