Fixed automation tests using the dummy video driver

This commit is contained in:
Sam Lantinga
2023-07-25 11:48:10 -07:00
parent a16b241b89
commit b8d91252c6
4 changed files with 50 additions and 23 deletions

View File

@@ -172,6 +172,8 @@ static int video_createWindowVariousFlags(void *arg)
break;
case 2:
flags = SDL_WINDOW_OPENGL;
/* Skip - not every video driver supports OpenGL; comment out next line to run test */
continue;
break;
case 3:
flags = 0;