Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 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 | d87417504c75 |
children |
comparison
equal
deleted
inserted
replaced
2359:b70b96e615d2 | 2360:96411dcd2267 |
---|---|
282 int accum_alpha_size; | 282 int accum_alpha_size; |
283 int stereo; | 283 int stereo; |
284 int multisamplebuffers; | 284 int multisamplebuffers; |
285 int multisamplesamples; | 285 int multisamplesamples; |
286 int accelerated; | 286 int accelerated; |
287 int retained_backing; | |
287 int driver_loaded; | 288 int driver_loaded; |
288 char driver_path[256]; | 289 char driver_path[256]; |
289 void *dll_handle; | 290 void *dll_handle; |
290 } gl_config; | 291 } gl_config; |
291 | 292 |
364 #if SDL_VIDEO_DRIVER_RISCOS | 365 #if SDL_VIDEO_DRIVER_RISCOS |
365 extern VideoBootStrap RISCOS_bootstrap; | 366 extern VideoBootStrap RISCOS_bootstrap; |
366 #endif | 367 #endif |
367 #if SDL_VIDEO_DRIVER_OS2FS | 368 #if SDL_VIDEO_DRIVER_OS2FS |
368 extern VideoBootStrap OS2FSLib_bootstrap; | 369 extern VideoBootStrap OS2FSLib_bootstrap; |
370 #endif | |
371 #if SDL_VIDEO_DRIVER_UIKIT | |
372 extern VideoBootStrap UIKIT_bootstrap; | |
369 #endif | 373 #endif |
370 #if SDL_VIDEO_DRIVER_DUMMY | 374 #if SDL_VIDEO_DRIVER_DUMMY |
371 extern VideoBootStrap DUMMY_bootstrap; | 375 extern VideoBootStrap DUMMY_bootstrap; |
372 #endif | 376 #endif |
373 | 377 |