comparison test/testgl.c @ 1703:a51dfda0ff33 SDL-1.3

Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2
author Sam Lantinga <slouken@libsdl.org>
date Sat, 24 Jun 2006 02:48:55 +0000
parents 4da1ee79c9af
children
comparison
equal deleted inserted replaced
1702:a7ad7081b977 1703:a51dfda0ff33
744 if (strcmp(argv[i], "-sync") == 0) { 744 if (strcmp(argv[i], "-sync") == 0) {
745 ++sync; 745 ++sync;
746 } 746 }
747 if (strncmp(argv[i], "-h", 2) == 0) { 747 if (strncmp(argv[i], "-h", 2) == 0) {
748 printf 748 printf
749 ("Usage: %s [-twice] [-logo] [-logocursor] [-slow] [-bpp n] [-gamma n] [-noframe] [-fsaa] [-fullscreen]\n", 749 ("Usage: %s [-twice] [-logo] [-logocursor] [-slow] [-bpp n] [-gamma n] [-noframe] [-fsaa] [-accel] [-sync] [-fullscreen]\n",
750 argv[0]); 750 argv[0]);
751 exit(0); 751 exit(0);
752 } 752 }
753 } 753 }
754 for (i = 0; i < numtests; ++i) { 754 for (i = 0; i < numtests; ++i) {