Fix automated tests using the dummy video driver

Manual backport of b8d9125
This commit is contained in:
Frank Praznik
2023-09-29 12:55:09 -04:00
parent 71b7790be8
commit f9dc49c21c
5 changed files with 88 additions and 20 deletions

View File

@@ -278,6 +278,8 @@ 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 = SDL_WINDOW_SHOWN;