X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=NEWS;h=149a72f8612eb89b4996d6a69f5e20ccf874d230;hb=bc5a65610a0df72d44f409a2e921a35e6d362db8;hp=643b4804376a866e593911a646e7ae281d9f39af;hpb=2cc3ae61ee06893f31662b961e637d1e9210580a;p=freeglut diff --git a/NEWS b/NEWS index 643b480..149a72f 100644 --- a/NEWS +++ b/NEWS @@ -47,9 +47,9 @@ Mar ??, 2009: * Added support for multisampling: The number of samples per pixel to use when GLUT_MULTISAMPLE is specified in glutInitDisplayMode() can be set via - glutSetOption() with parameter GLUT_MULTISAMPLE now. glutGetOption() with - the same token retrieves that value. The possible number of samples per - pixels can be queried via the new API entry + glutSetOption() with parameter GLUT_MULTISAMPLE now. glutGet() with the + same token retrieves that value. The possible number of samples per pixels + can be queried via the new API entry int *glutGetModeValues( GLenum mode, int *size );