cedric pushed a commit to branch efl-1.15.

http://git.enlightenment.org/core/efl.git/commit/?id=130a58dab2a982acdc1d8aa273cfeac272422d9c

commit 130a58dab2a982acdc1d8aa273cfeac272422d9c
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Wed Sep 30 15:00:25 2015 -0700

    evas: use void * instead of struct wl_* to avoid compilation issue on 
system without Wayland extention.
---
 src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h 
b/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
index 5ab886d..45c6f39 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
+++ b/src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h
@@ -1646,13 +1646,13 @@ _EVASGL_EXT_BEGIN(EGL_WL_bind_wayland_display)
 
         _EVASGL_EXT_DRVNAME(EGL_WL_bind_wayland_display)
 
-        _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, 
eglBindWaylandDisplayWL, (EGLDisplay dpy, struct wl_display *display))
+        _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, 
eglBindWaylandDisplayWL, (EGLDisplay dpy, void *display))
                 
_EVASGL_EXT_FUNCTION_DRVFUNC_PROCADDR("eglBindWaylandDisplayWL")
         _EVASGL_EXT_FUNCTION_PRIVATE_END()
-        _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, 
eglUnbindWaylandDisplayWL, (EGLDisplay dpy, struct wl_display *display))
+        _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, 
eglUnbindWaylandDisplayWL, (EGLDisplay dpy, void *display))
                 
_EVASGL_EXT_FUNCTION_DRVFUNC_PROCADDR("eglUnbindWaylandDisplayWL")
         _EVASGL_EXT_FUNCTION_PRIVATE_END()
-        _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, 
eglQueryWaylandBufferWL, (EGLDisplay dpy, struct wl_resource *buffer, EGLint 
attribute, EGLint *value))
+        _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, 
eglQueryWaylandBufferWL, (EGLDisplay dpy, void *buffer, EGLint attribute, 
EGLint *value))
                 
_EVASGL_EXT_FUNCTION_DRVFUNC_PROCADDR("eglQueryWaylandBufferWL")
         _EVASGL_EXT_FUNCTION_PRIVATE_END()
 

-- 


Reply via email to