Updated version to 2.0.0
This commit is contained in:
parent
7b5cb0dcbd
commit
5d9de376d2
2 changed files with 5 additions and 4 deletions
|
@ -91,6 +91,7 @@ static int SetupWindowData(_THIS, SDL_Window *window, UIWindow *uiwindow, SDL_bo
|
|||
|
||||
/* only one window on iOS, always shown */
|
||||
window->flags &= ~SDL_WINDOW_HIDDEN;
|
||||
window->flags |= SDL_WINDOW_SHOWN;
|
||||
|
||||
// SDL_WINDOW_BORDERLESS controls whether status bar is hidden.
|
||||
// This is only set if the window is on the main screen. Other screens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue