comparison src/video/SDL_sysvideo.h @ 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
339 extern VideoBootStrap COCOA_bootstrap; 339 extern VideoBootStrap COCOA_bootstrap;
340 #endif 340 #endif
341 #if SDL_VIDEO_DRIVER_X11 341 #if SDL_VIDEO_DRIVER_X11
342 extern VideoBootStrap X11_bootstrap; 342 extern VideoBootStrap X11_bootstrap;
343 #endif 343 #endif
344 #if SDL_VIDEO_DRIVER_WSCONS
345 extern VideoBootStrap WSCONS_bootstrap;
346 #endif
347 #if SDL_VIDEO_DRIVER_FBCON 344 #if SDL_VIDEO_DRIVER_FBCON
348 extern VideoBootStrap FBCON_bootstrap; 345 extern VideoBootStrap FBCON_bootstrap;
349 #endif 346 #endif
350 #if SDL_VIDEO_DRIVER_DIRECTFB 347 #if SDL_VIDEO_DRIVER_DIRECTFB
351 extern VideoBootStrap DirectFB_bootstrap; 348 extern VideoBootStrap DirectFB_bootstrap;