summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-09-30 15:00:25 -0700
committerCedric BAIL <cedric@osg.samsung.com>2015-09-30 15:12:48 -0700
commitfed208061e737e46f8f64eec5e85b333679faeb2 (patch)
tree9d167f950355d7fe27813032d9a8d78b719c74ee
parent8e034a8c44f10815e6e9b9d3bfca902cc668ef7c (diff)
downloadefl-fed208061e737e46f8f64eec5e85b333679faeb2.tar.gz
evas: use void * instead of struct wl_* to avoid compilation issue on system without Wayland extention.
-rw-r--r--src/modules/evas/engines/gl_common/evas_gl_api_ext_def.h6
1 files 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 94c9575048..5a41d71391 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), (dpy, display))
+ _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, eglBindWaylandDisplayWL, (EGLDisplay dpy, void *display), (dpy, 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), (dpy, display))
+ _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, eglUnbindWaylandDisplayWL, (EGLDisplay dpy, void *display), (dpy, 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), (dpy, buffer, attribute, value))
+ _EVASGL_EXT_FUNCTION_PRIVATE_BEGIN(EGLBoolean, eglQueryWaylandBufferWL, (EGLDisplay dpy, void *buffer, EGLint attribute, EGLint *value), (dpy, buffer, attribute, value))
_EVASGL_EXT_FUNCTION_DRVFUNC_PROCADDR("eglQueryWaylandBufferWL")
_EVASGL_EXT_FUNCTION_PRIVATE_END()