# HG changeset patch
# User Holmes Futrell <hfutrell@umail.ucsb.edu>
# Date 1216338358 0
# Node ID 96411dcd2267ae47bdbaf1bafcda313b6736884e
# Parent  b70b96e615d2d54c38f73a7d1525b17bd9d4d11c
Added declaration of UIKit video bootstrap.  Added retained_backing property to glconfig structure.

diff -r b70b96e615d2 -r 96411dcd2267 src/video/SDL_sysvideo.h
--- 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