From: Diederick Niehorster Date: Thu, 15 Mar 2012 02:24:06 +0000 (+0000) Subject: and again some more documentation of what kind of version is referred to X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=b4c2b6d1c7b87fd77a66a8a148089525d4eaf470;p=freeglut and again some more documentation of what kind of version is referred to git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1134 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/fg_init.c b/src/fg_init.c index e30eb0f..bf55602 100644 --- a/src/fg_init.c +++ b/src/fg_init.c @@ -85,10 +85,10 @@ SFG_State fgState = { { -1, -1, GL_FALSE }, /* Position */ 0, /* MouseWheelTicks */ 1, /* AuxiliaryBufferNumber */ 4, /* SampleNumber */ - 1, /* MajorVersion */ - 0, /* MinorVersion */ - 0, /* ContextFlags */ - 0, /* ContextProfile */ + 1, /* OpenGL context MajorVersion */ + 0, /* OpenGL context MinorVersion */ + 0, /* OpenGL ContextFlags */ + 0, /* OpenGL ContextProfile */ NULL, /* ErrorFunc */ NULL /* WarningFunc */ };