comparison src/video/SDL_video.c @ 3268:82ce350be859

Removed outdated iPodLinux support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 06:24:07 +0000
parents 94fb40a4a9a7
children a67a961e2171
comparison
equal deleted inserted replaced
3267:7690aa2f5b74 3268:82ce350be859
55 #if SDL_VIDEO_DRIVER_X11 55 #if SDL_VIDEO_DRIVER_X11
56 &X11_bootstrap, 56 &X11_bootstrap,
57 #endif 57 #endif
58 #if SDL_VIDEO_DRIVER_NANOX 58 #if SDL_VIDEO_DRIVER_NANOX
59 &NX_bootstrap, 59 &NX_bootstrap,
60 #endif
61 #if SDL_VIDEO_DRIVER_IPOD
62 &iPod_bootstrap,
63 #endif 60 #endif
64 #if SDL_VIDEO_DRIVER_WSCONS 61 #if SDL_VIDEO_DRIVER_WSCONS
65 &WSCONS_bootstrap, 62 &WSCONS_bootstrap,
66 #endif 63 #endif
67 #if SDL_VIDEO_DRIVER_FBCON 64 #if SDL_VIDEO_DRIVER_FBCON