Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 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 | e8157fcb3114 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Tue Sep 11 19:00:18 2001 +0000 +++ b/src/video/SDL_sysvideo.h Tue Sep 11 20:38:49 2001 +0000 @@ -364,12 +364,6 @@ #ifdef ENABLE_BWINDOW extern VideoBootStrap BWINDOW_bootstrap; #endif -#ifdef ENABLE_DUMMYVIDEO -extern VideoBootStrap DUMMY_bootstrap; -#endif -#ifdef ENABLE_PHOTON -extern VideoBootStrap ph_bootstrap; -#endif /* MacOS X gets the proper defines from configure */ #if defined(macintosh) && !defined(MACOSX) #define ENABLE_TOOLBOX @@ -389,6 +383,15 @@ #ifdef ENABLE_CYBERGRAPHICS extern VideoBootStrap CGX_bootstrap; #endif +#ifdef ENABLE_PHOTON +extern VideoBootStrap ph_bootstrap; +#endif +#ifdef ENABLE_EPOC +extern VideoBootStrap EPOC_bootstrap; +#endif +#ifdef ENABLE_DUMMYVIDEO +extern VideoBootStrap DUMMY_bootstrap; +#endif /* This is the current video device */ extern SDL_VideoDevice *current_video;