mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 20:18:29 +00:00
Fix automated tests using the dummy video driver
Manual backport of b8d9125
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user