comparison src/video/SDL_video.c @ 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
52 #if SDL_VIDEO_DRIVER_NANOX 52 #if SDL_VIDEO_DRIVER_NANOX
53 &NX_bootstrap, 53 &NX_bootstrap,
54 #endif 54 #endif
55 #if SDL_VIDEO_DRIVER_IPOD 55 #if SDL_VIDEO_DRIVER_IPOD
56 &iPod_bootstrap, 56 &iPod_bootstrap,
57 #endif
58 #if SDL_VIDEO_DRIVER_QTOPIA
59 &Qtopia_bootstrap,
60 #endif 57 #endif
61 #if SDL_VIDEO_DRIVER_WSCONS 58 #if SDL_VIDEO_DRIVER_WSCONS
62 &WSCONS_bootstrap, 59 &WSCONS_bootstrap,
63 #endif 60 #endif
64 #if SDL_VIDEO_DRIVER_FBCON 61 #if SDL_VIDEO_DRIVER_FBCON