mirror of
https://github.com/yawut/SDL.git
synced 2026-09-17 13:37:12 -05:00
Removed not needed SDL_WINDOW_SHOWN from iOS example programs.
See bug #1667.
This commit is contained in:
@@ -68,7 +68,7 @@ main(int argc, char *argv[])
|
||||
_sdl_window = SDL_CreateWindow("fred",
|
||||
0, 0,
|
||||
sx, sy,
|
||||
SDL_WINDOW_OPENGL | SDL_WINDOW_SHOWN | SDL_WINDOW_BORDERLESS);
|
||||
SDL_WINDOW_OPENGL | SDL_WINDOW_BORDERLESS);
|
||||
|
||||
SDL_SetHint("SDL_HINT_ORIENTATIONS", "LandscapeLeft LandscapeRight");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user