X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=include%2FGLES%2Fegl.h;h=5778e00509c27b94f7b47b8b445c1b6b8aa3284e;hb=9a95d08ed6af92c38f84d750022131c9d03f77ce;hp=eb2e046baae8a53d6b179d8b7450e83a47c9ff00;hpb=aa3ab377e6e2e5811cdd704d87c3e24acb5eff72;p=mesa.git diff --git a/include/GLES/egl.h b/include/GLES/egl.h index eb2e046baae..5778e00509c 100644 --- a/include/GLES/egl.h +++ b/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: 6252 $ on $Date:: 2008-08-06 16:35:08 -0700 #$ */ + +#ifndef __legacy_egl_h_ +#define __legacy_egl_h_ + #include #include + +#endif /* __legacy_egl_h_ */