aboutsummaryrefslogtreecommitdiff
path: root/mesalib/include/GLES/egl.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-30 11:09:12 +0200
committermarha <marha@users.sourceforge.net>2011-05-30 11:09:12 +0200
commit87d1238786c12499ac27e9daef4d157e7250d2cb (patch)
treea113cac090dd2f65da9069216fedcbc591a04b6e /mesalib/include/GLES/egl.h
parent75b5635aa9e9791d10e3f63538e75237303ee6da (diff)
parentb53c5364a7161e8310d62b90d5b5ca4635535892 (diff)
downloadvcxsrv-87d1238786c12499ac27e9daef4d157e7250d2cb.tar.gz
vcxsrv-87d1238786c12499ac27e9daef4d157e7250d2cb.tar.bz2
vcxsrv-87d1238786c12499ac27e9daef4d157e7250d2cb.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/include/GLES/egl.h')
-rw-r--r--mesalib/include/GLES/egl.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/mesalib/include/GLES/egl.h b/mesalib/include/GLES/egl.h
index ce0aa95b2..5778e0050 100644
--- a/mesalib/include/GLES/egl.h
+++ b/mesalib/include/GLES/egl.h
@@ -1,15 +1,15 @@
-/*
- * 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_ */
+/*
+ * 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: 6252 $ 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_ */