aboutsummaryrefslogtreecommitdiff
path: root/mesalib/include/GLES/egl.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-11-29 22:05:53 +0000
committermarha <marha@users.sourceforge.net>2010-11-29 22:05:53 +0000
commitfed109d6a33c0871291d1bb2f3f6b7a3d1a3e9d7 (patch)
treefa1ba494685a71e28a096990a8707680c7cb378b /mesalib/include/GLES/egl.h
parentae340911c1ba1f98b418bd8f1a487fa4d79491b0 (diff)
parent6fda93be42ace9eeab0e82ceebb6798961c9105c (diff)
downloadvcxsrv-fed109d6a33c0871291d1bb2f3f6b7a3d1a3e9d7.tar.gz
vcxsrv-fed109d6a33c0871291d1bb2f3f6b7a3d1a3e9d7.tar.bz2
vcxsrv-fed109d6a33c0871291d1bb2f3f6b7a3d1a3e9d7.zip
svn merge ^/branches/released .
Diffstat (limited to 'mesalib/include/GLES/egl.h')
-rw-r--r--mesalib/include/GLES/egl.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/mesalib/include/GLES/egl.h b/mesalib/include/GLES/egl.h
index eb2e046ba..2ef6e9f65 100644
--- a/mesalib/include/GLES/egl.h
+++ b/mesalib/include/GLES/egl.h
@@ -1,6 +1,15 @@
-/* For compatibility with early OpenGL ES 1.0 implementations that
- * included gl.h in egl.h (and apps that only included egl.h)
- * See: http://www.khronos.org/registry/implementers_guide.html
+/*
+ * Skeleton egl.h to provide compatibility for early GLES 1.0
+ * applications. Several early implementations included gl.h
+ * in egl.h leading applications to include only egl.h
+ *
+ * $Revision$ on $Date:: 2008-08-06 16:35:08 -0700 #$
*/
+
+#ifndef __legacy_egl_h_
+#define __legacy_egl_h_
+
#include <EGL/egl.h>
#include <GLES/gl.h>
+
+#endif /* __legacy_egl_h_ */