diff options
Diffstat (limited to 'Source/3rdParty/SDL2/src/video/uikit/SDL_uikitmodes.h')
-rw-r--r-- | Source/3rdParty/SDL2/src/video/uikit/SDL_uikitmodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/3rdParty/SDL2/src/video/uikit/SDL_uikitmodes.h b/Source/3rdParty/SDL2/src/video/uikit/SDL_uikitmodes.h index a1df0d4..b5c0c65 100644 --- a/Source/3rdParty/SDL2/src/video/uikit/SDL_uikitmodes.h +++ b/Source/3rdParty/SDL2/src/video/uikit/SDL_uikitmodes.h @@ -45,6 +45,10 @@ extern int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMo extern void UIKit_QuitModes(_THIS); extern int UIKit_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); +#if !TARGET_OS_TV +extern void SDL_OnApplicationDidChangeStatusBarOrientation(void); +#endif + #endif /* SDL_uikitmodes_h_ */ /* vi: set ts=4 sw=4 expandtab: */ |