comparison src/video/SDL_sysvideo.h @ 1977:754847f19490

David Hedbor is no longer maintaining the Qtopia code.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 10 Aug 2006 14:35:42 +0000
parents db3ba6c0d0df
children 542c78b6fb12
comparison
equal deleted inserted replaced
1976:b1620a317791 1977:754847f19490
304 extern VideoBootStrap NX_bootstrap; 304 extern VideoBootStrap NX_bootstrap;
305 #endif 305 #endif
306 #if SDL_VIDEO_DRIVER_IPOD 306 #if SDL_VIDEO_DRIVER_IPOD
307 extern VideoBootStrap iPod_bootstrap; 307 extern VideoBootStrap iPod_bootstrap;
308 #endif 308 #endif
309 #if SDL_VIDEO_DRIVER_QTOPIA
310 extern VideoBootStrap Qtopia_bootstrap;
311 #endif
312 #if SDL_VIDEO_DRIVER_WSCONS 309 #if SDL_VIDEO_DRIVER_WSCONS
313 extern VideoBootStrap WSCONS_bootstrap; 310 extern VideoBootStrap WSCONS_bootstrap;
314 #endif 311 #endif
315 #if SDL_VIDEO_DRIVER_FBCON 312 #if SDL_VIDEO_DRIVER_FBCON
316 extern VideoBootStrap FBCON_bootstrap; 313 extern VideoBootStrap FBCON_bootstrap;