Mercurial > sdl-ios-xcode
diff src/video/SDL_video.c @ 5153:1435f8a6425c
Nobody is currently maintaining the QNX code, so removing it for now.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 01 Feb 2011 21:40:03 -0800 |
parents | be02be2ea897 |
children | fb424691cfc7 |
line wrap: on
line diff
--- a/src/video/SDL_video.c Tue Feb 01 21:23:43 2011 -0800 +++ b/src/video/SDL_video.c Tue Feb 01 21:40:03 2011 -0800 @@ -70,14 +70,8 @@ #if SDL_VIDEO_DRIVER_BWINDOW &BWINDOW_bootstrap, #endif -#if SDL_VIDEO_DRIVER_PHOTON - &photon_bootstrap, -#endif -#if SDL_VIDEO_DRIVER_QNXGF - &qnxgf_bootstrap, -#endif -#if SDL_VIDEO_DRIVER_EPOC - &EPOC_bootstrap, +#if SDL_VIDEO_DRIVER_PANDORA + &PND_bootstrap, #endif #if SDL_VIDEO_DRIVER_NDS &NDS_bootstrap, @@ -85,15 +79,12 @@ #if SDL_VIDEO_DRIVER_UIKIT &UIKIT_bootstrap, #endif +#if SDL_VIDEO_DRIVER_ANDROID + &Android_bootstrap, +#endif #if SDL_VIDEO_DRIVER_DUMMY &DUMMY_bootstrap, #endif -#if SDL_VIDEO_DRIVER_PANDORA - &PND_bootstrap, -#endif -#if SDL_VIDEO_DRIVER_ANDROID - &Android_bootstrap, -#endif NULL };