devilhorns pushed a commit to branch master.

commit 7c37664ed6af5c3ddf5591ef4bbd5d63981478c7
Author: Chris Michael <[email protected]>
Date:   Fri Apr 26 13:46:00 2013 +0100

    Add egl extension header
    Add bind and unbind proc address
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 042b01b..7b91840 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -26,6 +26,7 @@
 
 #  ifdef HAVE_WAYLAND_EGL
 #   include <EGL/egl.h>
+#   include <EGL/eglext.h>
 #  endif
 
 #  define container_of(ptr, type, member) ({ \
@@ -270,6 +271,9 @@ struct _E_Wayland_Compositor
         EGLDisplay display;
         EGLContext context;
         EGLConfig config;
+        PFNEGLBINDWAYLANDDISPLAYWL bind_display;
+        PFNEGLUNBINDWAYLANDDISPLAYWL unbind_display;
+        Eina_Bool bound : 1;
      } egl;
 #endif
 

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

Reply via email to