aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-20 15:30:41 +0300
committerFathi Boudra <fabo@debian.org>2011-10-20 15:30:41 +0300
commit2206dd454812082e3386147bef3c33b02ff6b442 (patch)
treec3327995f4a5de41cdc7ff4881999996a8290432 /code
parent8749d3698a669f380c2bf90418d199b69d229b66 (diff)
fix EGL headers
Diffstat (limited to 'code')
-rwxr-xr-xcode/pnd/egl_glimp.c2
-rwxr-xr-xcode/pnd/egl_glimp.h2
-rw-r--r--code/renderer/qgl.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/code/pnd/egl_glimp.c b/code/pnd/egl_glimp.c
index d16317c..60aace4 100755
--- a/code/pnd/egl_glimp.c
+++ b/code/pnd/egl_glimp.c
@@ -8,7 +8,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include <GLES/egl.h>
+#include <EGL/egl.h>
#include <GLES/gl.h>
//#include <SDL/SDL.h>
diff --git a/code/pnd/egl_glimp.h b/code/pnd/egl_glimp.h
index cd09256..8efcb9e 100755
--- a/code/pnd/egl_glimp.h
+++ b/code/pnd/egl_glimp.h
@@ -14,7 +14,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include <GLES/egl.h>
+#include <EGL/egl.h>
#include <GLES/gl.h>
#include "egl_input.h"
diff --git a/code/renderer/qgl.h b/code/renderer/qgl.h
index 4213f43..6c74a5e 100644
--- a/code/renderer/qgl.h
+++ b/code/renderer/qgl.h
@@ -38,7 +38,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef PANDORA
-#include <GLES/egl.h>
+#include <EGL/egl.h>
#include <GLES/gl.h>
#include "../pnd/egl_glimp.h"