From 3d6c7d3f1dd57f3296a46554d863bbce17a2cb15 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 9 May 2013 16:30:44 -0700 Subject: [PATCH] Updated version to 2.0.0 --- src/main/windows/version.rc | 8 ++++---- src/video/uikit/SDL_uikitwindow.m | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/windows/version.rc b/src/main/windows/version.rc index b4c56ceb8..129a1f5dd 100644 --- a/src/main/windows/version.rc +++ b/src/main/windows/version.rc @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,3,0,0 - PRODUCTVERSION 1,3,0,0 + FILEVERSION 2,0,0,0 + PRODUCTVERSION 2,0,0,0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS 0x40004L @@ -23,12 +23,12 @@ BEGIN BEGIN VALUE "CompanyName", "\0" VALUE "FileDescription", "SDL\0" - VALUE "FileVersion", "1, 3, 0, 0\0" + VALUE "FileVersion", "2, 0, 0, 0\0" VALUE "InternalName", "SDL\0" VALUE "LegalCopyright", "Copyright © 2013 Sam Lantinga\0" VALUE "OriginalFilename", "SDL.dll\0" VALUE "ProductName", "Simple DirectMedia Layer\0" - VALUE "ProductVersion", "1, 3, 0, 0\0" + VALUE "ProductVersion", "2, 0, 0, 0\0" END END BLOCK "VarFileInfo" diff --git a/src/video/uikit/SDL_uikitwindow.m b/src/video/uikit/SDL_uikitwindow.m index 11ab119b3..a009f5976 100644 --- a/src/video/uikit/SDL_uikitwindow.m +++ b/src/video/uikit/SDL_uikitwindow.m @@ -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