comparison src/video/SDL_video.c @ 630:550bccdf04bd

Added initial support for RISC OS (thanks Peter Naulls!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 May 2003 04:44:13 +0000
parents 95433459fbd2
children fe445b59d307
comparison
equal deleted inserted replaced
629:3fa401bb4bb5 630:550bccdf04bd
114 #ifdef ENABLE_PICOGUI 114 #ifdef ENABLE_PICOGUI
115 &PG_bootstrap, 115 &PG_bootstrap,
116 #endif 116 #endif
117 #ifdef ENABLE_DC 117 #ifdef ENABLE_DC
118 &DC_bootstrap, 118 &DC_bootstrap,
119 #endif
120 #ifdef ENABLE_RISCOS
121 &RISCOS_bootstrap,
119 #endif 122 #endif
120 #ifdef ENABLE_DUMMYVIDEO 123 #ifdef ENABLE_DUMMYVIDEO
121 &DUMMY_bootstrap, 124 &DUMMY_bootstrap,
122 #endif 125 #endif
123 NULL 126 NULL