summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qegl_p.h
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-09-12 23:44:06 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-09-12 23:44:43 (GMT)
commita39285f6f5c3355d48810851a7215b951f1aaa4c (patch)
tree4c18bf96954b9f6f155b9554fc50c9eb44a04894 /src/gui/egl/qegl_p.h
parent2b527006a3e9147a447a08d78004e20a7ac3d17c (diff)
downloadQt-a39285f6f5c3355d48810851a7215b951f1aaa4c.zip
Qt-a39285f6f5c3355d48810851a7215b951f1aaa4c.tar.gz
Qt-a39285f6f5c3355d48810851a7215b951f1aaa4c.tar.bz2
Fix compilation of QEgl with EGL 1.1 and older.
Reviewed-by: Sarah Smith
Diffstat (limited to 'src/gui/egl/qegl_p.h')
-rw-r--r--src/gui/egl/qegl_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/egl/qegl_p.h b/src/gui/egl/qegl_p.h
index c214e88..aa08934 100644
--- a/src/gui/egl/qegl_p.h
+++ b/src/gui/egl/qegl_p.h
@@ -65,6 +65,10 @@ QT_BEGIN_INCLUDE_NAMESPACE
#else
# include <EGL/egl.h>
#endif
+#if !defined(EGL_VERSION_1_2)
+typedef unsigned int EGLenum;
+typedef void *EGLClientBuffer;
+#endif
#else
//types from egltypes.h for compiling stub without EGL headers