Added declaration of UIKit video bootstrap. Added retained_backing property to glconfig structure.
1.1 --- a/src/video/SDL_sysvideo.h Thu Jul 17 23:31:42 2008 +0000
1.2 +++ b/src/video/SDL_sysvideo.h Thu Jul 17 23:45:58 2008 +0000
1.3 @@ -284,6 +284,7 @@
1.4 int multisamplebuffers;
1.5 int multisamplesamples;
1.6 int accelerated;
1.7 + int retained_backing;
1.8 int driver_loaded;
1.9 char driver_path[256];
1.10 void *dll_handle;
1.11 @@ -367,6 +368,9 @@
1.12 #if SDL_VIDEO_DRIVER_OS2FS
1.13 extern VideoBootStrap OS2FSLib_bootstrap;
1.14 #endif
1.15 +#if SDL_VIDEO_DRIVER_UIKIT
1.16 +extern VideoBootStrap UIKIT_bootstrap;
1.17 +#endif
1.18 #if SDL_VIDEO_DRIVER_DUMMY
1.19 extern VideoBootStrap DUMMY_bootstrap;
1.20 #endif