Make sure mode width/height and status bar orientation match

This commit is contained in:
Sam Lantinga 2012-09-29 18:52:00 -07:00
parent 767bcb961b
commit 9a82a89800
3 changed files with 91 additions and 47 deletions

View file

@ -39,6 +39,8 @@ typedef struct
extern BOOL SDL_UIKit_supports_multiple_displays;
extern SDL_bool UIKit_IsDisplayLandscape(UIScreen *uiscreen);
extern int UIKit_InitModes(_THIS);
extern void UIKit_GetDisplayModes(_THIS, SDL_VideoDisplay * display);
extern int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode);