mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-27 17:54:18 +00:00
Fixed automation tests using the dummy video driver
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user