X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=NEWS;h=149a72f8612eb89b4996d6a69f5e20ccf874d230;hb=66baf810dcc4db19723a2d622b49b1dfb6815047;hp=2b05756034f734726bc01238cee937faf811afa2;hpb=d4b968cae0a5ac527d2c8ce7db44d7a11f2cc5c6;p=freeglut diff --git a/NEWS b/NEWS index 2b05756..149a72f 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,7 @@ Mar ??, 2009: * Added new API entry to de-initialize freeglut: - glutExit( void ); + void glutExit( void ); * Added more special keys: GLUT_KEY_NUM_LOCK, GLUT_KEY_BEGIN GLUT_KEY_DELETE @@ -45,9 +45,11 @@ Mar ??, 2009: constants GLUT_CAPTIONLESS and GLUT_BORDERLESS for glutInitDisplayMode (currently works for Windows only). - * Added support for multisampling: glutSetOption() accepts GLUT_MULTISAMPLE - now. The possible number of samples per pixels can be queried via the new - API entry + * 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. 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 );