comparison src/video/SDL_video.c @ 5105:797b37c0c046

Nobody is maintaining RISC OS code, so I'm removing it for now.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 00:06:36 -0800
parents e8916fe9cfc8
children dc0dfdd58f27
comparison
equal deleted inserted replaced
5104:42a7591530d5 5105:797b37c0c046
77 #if SDL_VIDEO_DRIVER_QNXGF 77 #if SDL_VIDEO_DRIVER_QNXGF
78 &qnxgf_bootstrap, 78 &qnxgf_bootstrap,
79 #endif 79 #endif
80 #if SDL_VIDEO_DRIVER_EPOC 80 #if SDL_VIDEO_DRIVER_EPOC
81 &EPOC_bootstrap, 81 &EPOC_bootstrap,
82 #endif
83 #if SDL_VIDEO_DRIVER_RISCOS
84 &RISCOS_bootstrap,
85 #endif 82 #endif
86 #if SDL_VIDEO_DRIVER_NDS 83 #if SDL_VIDEO_DRIVER_NDS
87 &NDS_bootstrap, 84 &NDS_bootstrap,
88 #endif 85 #endif
89 #if SDL_VIDEO_DRIVER_UIKIT 86 #if SDL_VIDEO_DRIVER_UIKIT