summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsync.c
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2015-05-12 17:34:57 +0200
committerMarek Olšák <marek.olsak@amd.com>2015-06-05 19:44:33 +0200
commitd333d30632516b1fc5b60181c2c237653e55a8e1 (patch)
treee0ddabda3208f7f26bca5ba86e02dd1d50c5d33e /src/egl/main/eglsync.c
parent706466f4619b76f2475120f187c34d01ab5aa727 (diff)
downloadexternal_mesa3d-d333d30632516b1fc5b60181c2c237653e55a8e1.zip
external_mesa3d-d333d30632516b1fc5b60181c2c237653e55a8e1.tar.gz
external_mesa3d-d333d30632516b1fc5b60181c2c237653e55a8e1.tar.bz2
egl: use EGL 1.5 types without suffixes
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to 'src/egl/main/eglsync.c')
-rw-r--r--src/egl/main/eglsync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/main/eglsync.c b/src/egl/main/eglsync.c
index 8b8ab16..205cdc0 100644
--- a/src/egl/main/eglsync.c
+++ b/src/egl/main/eglsync.c
@@ -67,7 +67,7 @@ _eglParseSyncAttribList(_EGLSync *sync, const EGLint *attrib_list)
static EGLint
-_eglParseSyncAttribList64(_EGLSync *sync, const EGLAttribKHR *attrib_list)
+_eglParseSyncAttribList64(_EGLSync *sync, const EGLAttrib *attrib_list)
{
EGLint i, err = EGL_SUCCESS;
@@ -103,7 +103,7 @@ _eglParseSyncAttribList64(_EGLSync *sync, const EGLAttribKHR *attrib_list)
EGLBoolean
_eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
- const EGLint *attrib_list, const EGLAttribKHR *attrib_list64)
+ const EGLint *attrib_list, const EGLAttrib *attrib_list64)
{
EGLint err;