mesa: added version fields to GLcontext

This commit is contained in:
Brian Paul
2010-01-05 21:17:55 -07:00
parent 88330c6438
commit e16fd07225
+4
View File
@@ -2864,6 +2864,10 @@ struct __GLcontextRec
/** Extension information */
struct gl_extensions Extensions;
/** Version info */
GLuint VersionMajor, VersionMinor;
char *VersionString;
/** \name State attribute stack (for glPush/PopAttrib) */
/*@{*/
GLuint AttribStackDepth;