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

This commit is contained in:
Alex Szpakowski 2014-07-29 00:05:48 -03:00
parent 0e5df60538
commit 31257842ec
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"