mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-20 03:55:16 +08:00
SDL_WINDOW_FULLSCREEN and SDL_WINDOW_FULLSCREEN_DESKTOP are now distinct flags
This commit is contained in:
@@ -253,7 +253,7 @@ int video_createWindowVariousFlags(void *arg)
|
||||
switch (fVariation) {
|
||||
default:
|
||||
case 0:
|
||||
flags = SDL_WINDOW_FULLSCREEN;
|
||||
flags = SDL_WINDOW_FULLSCREEN_EXCLUSIVE;
|
||||
/* Skip - blanks screen; comment out next line to run test */
|
||||
continue;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user