comparison src/video/SDL_video.c @ 371:db0cc6034336

Added David Hedbor's Qtopia patches
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 May 2002 20:06:01 +0000
parents 67ad846ed21c
children d1565c52ded5
comparison
equal deleted inserted replaced
370:ba72f259bc88 371:db0cc6034336
108 #ifdef ENABLE_XBIOS 108 #ifdef ENABLE_XBIOS
109 &XBIOS_bootstrap, 109 &XBIOS_bootstrap,
110 #endif 110 #endif
111 #ifdef ENABLE_GEM 111 #ifdef ENABLE_GEM
112 &GEM_bootstrap, 112 &GEM_bootstrap,
113 #endif
114 #ifdef ENABLE_QTOPIA
115 &Qtopia_bootstrap,
113 #endif 116 #endif
114 NULL 117 NULL
115 }; 118 };
116 119
117 SDL_VideoDevice *current_video = NULL; 120 SDL_VideoDevice *current_video = NULL;