changeset 1117 | f6712bf72c19 |
parent 1104 | 9147482e1ec7 |
child 1119 | 4363cfdb85b9 |
--- a/utils/finderrors.c Wed Oct 10 21:33:36 2012 -0400 +++ b/utils/finderrors.c Wed Oct 10 21:35:16 2012 -0400 @@ -204,7 +204,7 @@ SDL_Init(SDL_INIT_VIDEO); SDL_GL_LoadLibrary(NULL); SDL_SetVideoMode(640, 480, 0, SDL_OPENGL); - printf("Best profile is '%s'\n", MOJOSHADER_glBestProfile(lookup, 0)); + printf("Best profile is '%s'\n", MOJOSHADER_glBestProfile(lookup, 0, NULL, NULL, NULL)); MOJOSHADER_glContext *ctx; ctx = MOJOSHADER_glCreateContext(profile, lookup, 0, 0, 0, 0); if (ctx == NULL)