diff options
author | Keith Whitwell <[email protected]> | 2007-07-17 11:06:31 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-07-17 11:06:31 +0100 |
commit | 6101fe641cd506422d0b2735dfcaa61174684ec4 (patch) | |
tree | 78f14b3d199fbb9133076798dcd49e5992327d2e /progs/demos/gltestperf.c | |
parent | bb1b01616b6cb9b0a1cab74e10940ce346cb8a3d (diff) | |
parent | 7b410f366fa117a03a7e838562215d2dca3f8cbc (diff) |
Merge branch 'origin' into softpipe_0_1_branch
Diffstat (limited to 'progs/demos/gltestperf.c')
-rw-r--r-- | progs/demos/gltestperf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/gltestperf.c b/progs/demos/gltestperf.c index be953901014..2188b024192 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); |