X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=include%2FGLES%2Fegl.h;h=5778e00509c27b94f7b47b8b445c1b6b8aa3284e;hb=4b9e5c985c2d25c848c2c1e0d1ac1ef1124d8480;hp=eb2e046baae8a53d6b179d8b7450e83a47c9ff00;hpb=658b1bdb1cc5f9910be910dc156a2e81ed999756;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_ */