From cf506c799c2281867a28ac33ac985994918bc0ba Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 16 Aug 2012 15:41:45 +0200 Subject: Synchronised files --- gl/internal/dri_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gl/internal') diff --git a/gl/internal/dri_interface.h b/gl/internal/dri_interface.h index 9aef95860..865164306 100644 --- a/gl/internal/dri_interface.h +++ b/gl/internal/dri_interface.h @@ -804,8 +804,8 @@ struct __DRIdri2LoaderExtensionRec { #define __DRI_DRI2_VERSION 3 #define __DRI_API_OPENGL 0 /**< OpenGL compatibility profile */ -#define __DRI_API_GLES 1 -#define __DRI_API_GLES2 2 +#define __DRI_API_GLES 1 /**< OpenGL ES 1.x */ +#define __DRI_API_GLES2 2 /**< OpenGL ES 2.0 or 3.0 */ #define __DRI_API_OPENGL_CORE 3 /**< OpenGL 3.2+ core profile */ #define __DRI_CTX_ATTRIB_MAJOR_VERSION 0 -- cgit v1.2.3