Added support for SDL_SetWindowBordered on iOS. Worked around a bug with rotating the device on iOS 8.

--HG--
branch : iOS-improvements
This commit is contained in:
Alex Szpakowski 2014-07-29 00:05:48 -03:00
parent c02063db69
commit 2e0c23e436
8 changed files with 79 additions and 51 deletions

View file

@ -346,7 +346,7 @@ extern "C" {
/**
* \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac)
* \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac and iOS)
*/
#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_VIDEO_HIGHDPI_DISABLED"