Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 3274:08574b033f37
Removed outdated Nano-X support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:26:51 +0000 |
parents | e8f63b28947d |
children | a4a34a511ba0 |
comparison
equal
deleted
inserted
replaced
3273:e0dfba770eb7 | 3274:08574b033f37 |
---|---|
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_NANOX | |
345 extern VideoBootStrap NX_bootstrap; | |
346 #endif | |
347 #if SDL_VIDEO_DRIVER_WSCONS | 344 #if SDL_VIDEO_DRIVER_WSCONS |
348 extern VideoBootStrap WSCONS_bootstrap; | 345 extern VideoBootStrap WSCONS_bootstrap; |
349 #endif | 346 #endif |
350 #if SDL_VIDEO_DRIVER_FBCON | 347 #if SDL_VIDEO_DRIVER_FBCON |
351 extern VideoBootStrap FBCON_bootstrap; | 348 extern VideoBootStrap FBCON_bootstrap; |