|
@@ -99,9 +99,6 @@ static int SetupWindowData(_THIS, SDL_Window *window, UIWindow *uiwindow, SDL_bo
|
|
|
|
|
|
data.uiwindow = uiwindow;
|
|
|
|
|
|
- /* only one window on iOS, always shown */
|
|
|
- window->flags &= ~SDL_WINDOW_HIDDEN;
|
|
|
-
|
|
|
if (displaydata.uiscreen != [UIScreen mainScreen]) {
|
|
|
window->flags &= ~SDL_WINDOW_RESIZABLE; /* window is NEVER resizable */
|
|
|
window->flags &= ~SDL_WINDOW_INPUT_FOCUS; /* never has input focus */
|