Mercurial > sdl-ios-xcode
changeset 2360:96411dcd2267 gsoc2008_iphone
Added declaration of UIKit video bootstrap. Added retained_backing property to glconfig structure.
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Thu, 17 Jul 2008 23:45:58 +0000 |
parents | b70b96e615d2 |
children | ba39d5af12a7 |
files | src/video/SDL_sysvideo.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Thu Jul 17 23:31:42 2008 +0000 +++ b/src/video/SDL_sysvideo.h Thu Jul 17 23:45:58 2008 +0000 @@ -284,6 +284,7 @@ int multisamplebuffers; int multisamplesamples; int accelerated; + int retained_backing; int driver_loaded; char driver_path[256]; void *dll_handle; @@ -367,6 +368,9 @@ #if SDL_VIDEO_DRIVER_OS2FS extern VideoBootStrap OS2FSLib_bootstrap; #endif +#if SDL_VIDEO_DRIVER_UIKIT +extern VideoBootStrap UIKIT_bootstrap; +#endif #if SDL_VIDEO_DRIVER_DUMMY extern VideoBootStrap DUMMY_bootstrap; #endif