Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 4295:d62725f761a1 SDL-1.2
Debian patch: 020_libcaca_new_api.diff
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Oct 2009 08:46:06 +0000 |
parents | 429c8dd3175d |
children | fe15c4e8efe6 |
comparison
equal
deleted
inserted
replaced
4294:5b31c369820b | 4295:d62725f761a1 |
---|---|
120 #if SDL_VIDEO_DRIVER_OS2FS | 120 #if SDL_VIDEO_DRIVER_OS2FS |
121 &OS2FSLib_bootstrap, | 121 &OS2FSLib_bootstrap, |
122 #endif | 122 #endif |
123 #if SDL_VIDEO_DRIVER_AALIB | 123 #if SDL_VIDEO_DRIVER_AALIB |
124 &AALIB_bootstrap, | 124 &AALIB_bootstrap, |
125 #endif | |
126 #if SDL_VIDEO_DRIVER_CACA | |
127 &CACA_bootstrap, | |
125 #endif | 128 #endif |
126 #if SDL_VIDEO_DRIVER_DUMMY | 129 #if SDL_VIDEO_DRIVER_DUMMY |
127 &DUMMY_bootstrap, | 130 &DUMMY_bootstrap, |
128 #endif | 131 #endif |
129 NULL | 132 NULL |