comparison src/video/SDL_video.c @ 1944:91f41fc124a7

The AAlib driver is fun, but not worth rewriting for SDL 1.3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 26 Jul 2006 03:24:27 +0000
parents 4371d679ee12
children 3182150b470f
comparison
equal deleted inserted replaced
1943:7d642361ef0f 1944:91f41fc124a7
118 #if SDL_VIDEO_DRIVER_RISCOS 118 #if SDL_VIDEO_DRIVER_RISCOS
119 &RISCOS_bootstrap, 119 &RISCOS_bootstrap,
120 #endif 120 #endif
121 #if SDL_VIDEO_DRIVER_OS2FS 121 #if SDL_VIDEO_DRIVER_OS2FS
122 &OS2FSLib_bootstrap, 122 &OS2FSLib_bootstrap,
123 #endif
124 #if SDL_VIDEO_DRIVER_AALIB
125 &AALIB_bootstrap,
126 #endif 123 #endif
127 #if SDL_VIDEO_DRIVER_DUMMY 124 #if SDL_VIDEO_DRIVER_DUMMY
128 &DUMMY_bootstrap, 125 &DUMMY_bootstrap,
129 #endif 126 #endif
130 NULL 127 NULL