equal
deleted
inserted
replaced
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 |