devilhorns pushed a commit to branch master.

commit 31a98ebd7752c39cd1d5b8059df292706f5fb025
Author: Chris Michael <[email protected]>
Date:   Wed Jun 5 13:49:21 2013 +0100

    Add wl_egl_window to private structure.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
index 5abc466..59fa993 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
@@ -32,6 +32,9 @@ struct _Ecore_Evas_Engine_Wl_Data
    Ecore_Wl_Window *parent, *win;
    Evas_Object *frame;
    int fx, fy, fw, fh;
+#ifdef BUILD_ECORE_EVAS_WAYLAND_EGL
+   struct wl_egl_window *egl_win;
+#endif
 };
 
 Ecore_Evas_Interface_Wayland *_ecore_evas_wl_interface_new(void);

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to