comparison src/video/SDL_video.c @ 3275:a4a34a511ba0

Removed outdated wscons support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:28:59 +0000
parents 08574b033f37
children 720d176be107
comparison
equal deleted inserted replaced
3274:08574b033f37 3275:a4a34a511ba0
52 #if SDL_VIDEO_DRIVER_COCOA 52 #if SDL_VIDEO_DRIVER_COCOA
53 &COCOA_bootstrap, 53 &COCOA_bootstrap,
54 #endif 54 #endif
55 #if SDL_VIDEO_DRIVER_X11 55 #if SDL_VIDEO_DRIVER_X11
56 &X11_bootstrap, 56 &X11_bootstrap,
57 #endif
58 #if SDL_VIDEO_DRIVER_WSCONS
59 &WSCONS_bootstrap,
60 #endif 57 #endif
61 #if SDL_VIDEO_DRIVER_FBCON 58 #if SDL_VIDEO_DRIVER_FBCON
62 &FBCON_bootstrap, 59 &FBCON_bootstrap,
63 #endif 60 #endif
64 #if SDL_VIDEO_DRIVER_DIRECTFB 61 #if SDL_VIDEO_DRIVER_DIRECTFB