Fixed minor typo in NEWS.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@810 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2009-04-05 10:50:13 +00:00
parent 20f262b9b4
commit eae78ff59c

View File

@ -47,9 +47,9 @@ Mar ??, 2009:
* Added support for multisampling: The number of samples per pixel to use * Added support for multisampling: The number of samples per pixel to use
when GLUT_MULTISAMPLE is specified in glutInitDisplayMode() can be set via when GLUT_MULTISAMPLE is specified in glutInitDisplayMode() can be set via
glutSetOption() with parameter GLUT_MULTISAMPLE now. glutGetOption() with glutSetOption() with parameter GLUT_MULTISAMPLE now. glutGet() with the
the same token retrieves that value. The possible number of samples per same token retrieves that value. The possible number of samples per pixels
pixels can be queried via the new API entry can be queried via the new API entry
int *glutGetModeValues( GLenum mode, int *size ); int *glutGetModeValues( GLenum mode, int *size );