Mark FREEGLUT_VERSION_2_0 as deprecated as per ML discussion 'FREEGLUT_VERSION_2_0' on 2012-03-15

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1331 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-06-09 17:26:06 +00:00
parent e05409ce5a
commit fb12dc9887

View File

@ -2236,18 +2236,11 @@ Programs which use the <i>freeglut</i>-specific extensions to GLUT should includ
</pre>
<p>
Compile-time <i>freeglut</i> version testing can be done as follows:
</p>
<pre>
#ifdef FREEGLUT_VERSION_2_0
code specific to freeglut 2.0 or later here
#endif
</pre>
<p>
In future releases, FREEGLUT_VERSION_2_1, FREEGLUT_VERSION_2_2, etc will
be defined. This scheme mimics OpenGL conventions.
It was initially planned to
define <code>FREEGLUT_VERSION_2_0</code>, <code>FREEGLUT_VERSION_2_1</code>, <code>FREEGLUT_VERSION_2_2</code>,
etc., but this was only done for <code>FREEGLUT_VERSION_2_0</code>.
This constant still exist in recent FreeGLUT releases but is
deprecated.
</p>
<p>