Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 173:83018110dce8
Added initial support for EPOC/Symbian OS (thanks Hannu!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Sep 2001 20:38:49 +0000 |
parents | cb384ef627f6 |
children | e2a10730ae94 |
comparison
equal
deleted
inserted
replaced
172:37e3ca9254c7 | 173:83018110dce8 |
---|---|
94 &QZ_bootstrap, | 94 &QZ_bootstrap, |
95 #endif | 95 #endif |
96 #ifdef ENABLE_CYBERGRAPHICS | 96 #ifdef ENABLE_CYBERGRAPHICS |
97 &CGX_bootstrap, | 97 &CGX_bootstrap, |
98 #endif | 98 #endif |
99 #ifdef ENABLE_PHOTON | |
100 &ph_bootstrap, | |
101 #endif | |
102 #ifdef ENABLE_EPOC | |
103 &EPOC_bootstrap, | |
104 #endif | |
99 #ifdef ENABLE_DUMMYVIDEO | 105 #ifdef ENABLE_DUMMYVIDEO |
100 &DUMMY_bootstrap, | 106 &DUMMY_bootstrap, |
101 #endif | 107 #endif |
102 #ifdef ENABLE_PHOTON | |
103 &ph_bootstrap, | |
104 #endif | |
105 NULL | 108 NULL |
106 }; | 109 }; |
110 | |
107 SDL_VideoDevice *current_video = NULL; | 111 SDL_VideoDevice *current_video = NULL; |
108 | 112 |
109 /* Various local functions */ | 113 /* Various local functions */ |
110 int SDL_VideoInit(const char *driver_name, Uint32 flags); | 114 int SDL_VideoInit(const char *driver_name, Uint32 flags); |
111 void SDL_VideoQuit(void); | 115 void SDL_VideoQuit(void); |