projects
/
freeglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b257009
)
Adding "GLUT_MULTISAMPLE" to "shapes" demo ... because we can (see e-mail from Dieder...
author
John F. Fay
<johnffay@nettally.com>
Mon, 16 Mar 2009 17:28:25 +0000
(17:28 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/progs/demos/shapes/shapes.c
b/progs/demos/shapes/shapes.c
index
4171551
..
da32e0b
100644
(file)
--- a/
progs/demos/shapes/shapes.c
+++ b/
progs/demos/shapes/shapes.c
@@
-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");