egl: created GLES/egl.h backward-compatibility header (see comments inside)
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 4 Jun 2008 16:03:39 +0000 (10:03 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 4 Jun 2008 16:03:39 +0000 (10:03 -0600)
include/GLES/egl.h [new file with mode: 0644]

diff --git a/include/GLES/egl.h b/include/GLES/egl.h
new file mode 100644 (file)
index 0000000..eb2e046
--- /dev/null
@@ -0,0 +1,6 @@
+/* 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
+ */
+#include <EGL/egl.h>
+#include <GLES/gl.h>