Adding "GLUT_MULTISAMPLE" to "shapes" demo ... because we can (see e-mail from Dieder...
authorJohn F. Fay <johnffay@nettally.com>
Mon, 16 Mar 2009 17:28:25 +0000 (17:28 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Mon, 16 Mar 2009 17:28:25 +0000 (17:28 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@800 7f0cb862-5218-0410-a997-914c9d46530a

progs/demos/shapes/shapes.c

index 4171551..da32e0b 100644 (file)
@@ -364,7 +364,7 @@ main(int argc, char *argv[])
     glutInitWindowSize(640,480);
     glutInitWindowPosition(40,40);
     glutInit(&argc, argv);
-    glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH);
+    glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
 
     glutCreateWindow("OpenGLUT Shapes");