aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-24 10:23:50 +0300
committerFathi Boudra <fabo@debian.org>2011-10-24 10:23:50 +0300
commite4f8ae2fcb737ff6199cc34d84e441cfff1b28d3 (patch)
tree89f2a71deaa3539680d976392cab5a6a22ba9a1c
parent35658f23a0ceb3cc1eb57411465eba101a19e144 (diff)
use header as specified from EGL 1.4 spec
-rw-r--r--RenderSystems/GLES/include/OgreGLESPrerequisites.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/RenderSystems/GLES/include/OgreGLESPrerequisites.h b/RenderSystems/GLES/include/OgreGLESPrerequisites.h
index 25d7ec2..37ff4e3 100644
--- a/RenderSystems/GLES/include/OgreGLESPrerequisites.h
+++ b/RenderSystems/GLES/include/OgreGLESPrerequisites.h
@@ -61,9 +61,12 @@ THE SOFTWARE.
# define GL_GLEXT_PROTOTYPES
# endif
#else
+ // EGL Legacy Header File for OpenGL ES 1.1 (August 6, 2008)
+//# include <GLES/egl.h>
+ // EGL 1.1 Specification, Section 5.1 Header Files (April 6, 2011)
+# include <EGL/egl.h>
# include <GLES/gl.h>
# include <GLES/glext.h>
-# include <GLES/egl.h>
// If we are going to use the PVRTC_CODEC make sure we
// setup the needed constants