X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=progs%2Ftest-shapes-gles1%2Ftest-shapes-gles1.c;fp=progs%2Ftest-shapes-gles1%2Ftest-shapes-gles1.c;h=d55e0c6315b55b8f0dadf37797b7bf84858d7a37;hb=5e0c2363eddcc91af3574ea5777e686e8998e390;hp=ab26593d1809e436dee48ad033ee77e192968565;hpb=d3731342100824e56908e7014f9fbceb3be78358;p=freeglut diff --git a/progs/test-shapes-gles1/test-shapes-gles1.c b/progs/test-shapes-gles1/test-shapes-gles1.c index ab26593..d55e0c6 100644 --- a/progs/test-shapes-gles1/test-shapes-gles1.c +++ b/progs/test-shapes-gles1/test-shapes-gles1.c @@ -322,7 +322,7 @@ main(int argc, char *argv[]) glutSpecialFunc(special); glutIdleFunc(idle); glutMouseFunc(onMouseClick); - glutFixMyNameInitContextFunc(init_context); + glutInitContextFunc(init_context); glutSetOption ( GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_CONTINUE_EXECUTION ) ;