changeset 1117 | f6712bf72c19 |
parent 904 | 5989f0d4185a |
child 1134 | be31bd0ee0a2 |
--- a/utils/bestprofile.c Wed Oct 10 21:33:36 2012 -0400 +++ b/utils/bestprofile.c Wed Oct 10 21:35:16 2012 -0400 @@ -37,7 +37,7 @@ fprintf(stderr, "SDL_SetVideoMode() error: %s\n", SDL_GetError()); else { - const char *best = MOJOSHADER_glBestProfile(lookup, NULL); + const char *best = MOJOSHADER_glBestProfile(lookup, NULL, NULL, NULL, NULL); MOJOSHADER_glContext *ctx; ctx = MOJOSHADER_glCreateContext(best, lookup, 0, 0, 0, 0); if (ctx == NULL)