Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 281:c5010ab8ba35
Added initial support for Atari (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 17 Feb 2002 19:54:28 +0000 |
parents | c6abdda2f666 |
children | b42d80e73896 |
comparison
equal
deleted
inserted
replaced
280:0ddcea45d829 | 281:c5010ab8ba35 |
---|---|
102 #ifdef ENABLE_EPOC | 102 #ifdef ENABLE_EPOC |
103 &EPOC_bootstrap, | 103 &EPOC_bootstrap, |
104 #endif | 104 #endif |
105 #ifdef ENABLE_DUMMYVIDEO | 105 #ifdef ENABLE_DUMMYVIDEO |
106 &DUMMY_bootstrap, | 106 &DUMMY_bootstrap, |
107 #endif | |
108 #ifdef ENABLE_XBIOS | |
109 &XBIOS_bootstrap, | |
110 #endif | |
111 #ifdef ENABLE_GEM | |
112 &GEM_bootstrap, | |
107 #endif | 113 #endif |
108 NULL | 114 NULL |
109 }; | 115 }; |
110 | 116 |
111 SDL_VideoDevice *current_video = NULL; | 117 SDL_VideoDevice *current_video = NULL; |