Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 1978:542c78b6fb12
MacOS Classic is no longer supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 14:54:23 +0000 |
parents | 754847f19490 |
children | 3f21778e7433 |
comparison
equal
deleted
inserted
replaced
1977:754847f19490 | 1978:542c78b6fb12 |
---|---|
334 extern VideoBootStrap WIN32_bootstrap; | 334 extern VideoBootStrap WIN32_bootstrap; |
335 #endif | 335 #endif |
336 #if SDL_VIDEO_DRIVER_BWINDOW | 336 #if SDL_VIDEO_DRIVER_BWINDOW |
337 extern VideoBootStrap BWINDOW_bootstrap; | 337 extern VideoBootStrap BWINDOW_bootstrap; |
338 #endif | 338 #endif |
339 #if SDL_VIDEO_DRIVER_TOOLBOX | |
340 extern VideoBootStrap TOOLBOX_bootstrap; | |
341 #endif | |
342 #if SDL_VIDEO_DRIVER_DRAWSPROCKET | |
343 extern VideoBootStrap DSp_bootstrap; | |
344 #endif | |
345 #if SDL_VIDEO_DRIVER_CYBERGRAPHICS | 339 #if SDL_VIDEO_DRIVER_CYBERGRAPHICS |
346 extern VideoBootStrap CGX_bootstrap; | 340 extern VideoBootStrap CGX_bootstrap; |
347 #endif | 341 #endif |
348 #if SDL_VIDEO_DRIVER_PHOTON | 342 #if SDL_VIDEO_DRIVER_PHOTON |
349 extern VideoBootStrap ph_bootstrap; | 343 extern VideoBootStrap ph_bootstrap; |