commit | f98bdfca574478837b33c97d131dad4833e3ee12 | [log] [tgz] |
---|---|---|
author | Xavier Bachelot <xavier@bachelot.org> | Fri Jul 06 12:56:21 2007 -0600 |
committer | Brian <brian.paul@tungstengraphics.com> | Fri Jul 06 12:56:21 2007 -0600 |
tree | d8fd034951c7954669adbe0fa264c8824bbea9ad | |
parent | ffa2659204121f703208782ff225a22e0c21b173 [diff] [blame] |
call glutInit(), bug 11486
diff --git a/progs/demos/gltestperf.c b/progs/demos/gltestperf.c index be95390..2188b02 100644 --- a/progs/demos/gltestperf.c +++ b/progs/demos/gltestperf.c
@@ -569,6 +569,7 @@ if (ac == 2) frontbuffer = 0; + glutInit(&ac, av); glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH); glutInitWindowPosition(0, 0); glutInitWindowSize(640, 480);