summaryrefslogtreecommitdiff
path: root/progs/demos/gltestperf.c
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-07-06 12:56:21 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-06 12:56:21 -0600
commitf98bdfca574478837b33c97d131dad4833e3ee12 (patch)
treed8fd034951c7954669adbe0fa264c8824bbea9ad /progs/demos/gltestperf.c
parentffa2659204121f703208782ff225a22e0c21b173 (diff)
call glutInit(), bug 11486
Diffstat (limited to 'progs/demos/gltestperf.c')
-rw-r--r--progs/demos/gltestperf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/gltestperf.c b/progs/demos/gltestperf.c
index be95390101..2188b02419 100644
--- a/progs/demos/gltestperf.c
+++ b/progs/demos/gltestperf.c
@@ -569,6 +569,7 @@ main(int ac, char **av)
if (ac == 2)
frontbuffer = 0;
+ glutInit(&ac, av);
glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGB | GLUT_DEPTH);
glutInitWindowPosition(0, 0);
glutInitWindowSize(640, 480);