From f5dc380bbcc3194bef9f481e4f4933db7ebb4701 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Sun, 5 Apr 2009 10:50:13 +0000 Subject: [PATCH] Fixed minor typo in NEWS. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@810 7f0cb862-5218-0410-a997-914c9d46530a --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ); -- 1.7.10.4