X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FGLES%2Fegl.h;h=5778e00509c27b94f7b47b8b445c1b6b8aa3284e;hb=005c8e01062e8e88a86904b955d5422742bd32e7;hp=eb2e046baae8a53d6b179d8b7450e83a47c9ff00;hpb=2382dc8aff9983da9ef1be03de38d4ab82105b19;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_ */