Added SDL_GetDisplayUsableBounds().

--HG--
extra : histedit_source : 3c9c2d344e3e3ff20bd86035066b65810346ac3e
This commit is contained in:
Ryan C. Gordon 2016-01-04 23:52:40 -05:00
parent 4aa26b888f
commit 6a3cfbf68f
20 changed files with 228 additions and 1 deletions

View file

@ -43,6 +43,7 @@ extern int UIKit_InitModes(_THIS);
extern void UIKit_GetDisplayModes(_THIS, SDL_VideoDisplay * display);
extern int UIKit_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode);
extern void UIKit_QuitModes(_THIS);
extern int UIKit_GetDisplayUsableBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect);
#endif /* _SDL_uikitmodes_h */