Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 1941:bf09d535e014
More DGA removal
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 26 Jul 2006 03:08:25 +0000 |
parents | 83946ee0ff1f |
children | 4371d679ee12 |
comparison
equal
deleted
inserted
replaced
1940:255fb6feae0d | 1941:bf09d535e014 |
---|---|
298 extern VideoBootStrap COCOA_bootstrap; | 298 extern VideoBootStrap COCOA_bootstrap; |
299 #endif | 299 #endif |
300 #if SDL_VIDEO_DRIVER_X11 | 300 #if SDL_VIDEO_DRIVER_X11 |
301 extern VideoBootStrap X11_bootstrap; | 301 extern VideoBootStrap X11_bootstrap; |
302 #endif | 302 #endif |
303 #if SDL_VIDEO_DRIVER_DGA | |
304 extern VideoBootStrap DGA_bootstrap; | |
305 #endif | |
306 #if SDL_VIDEO_DRIVER_NANOX | 303 #if SDL_VIDEO_DRIVER_NANOX |
307 extern VideoBootStrap NX_bootstrap; | 304 extern VideoBootStrap NX_bootstrap; |
308 #endif | 305 #endif |
309 #if SDL_VIDEO_DRIVER_IPOD | 306 #if SDL_VIDEO_DRIVER_IPOD |
310 extern VideoBootStrap iPod_bootstrap; | 307 extern VideoBootStrap iPod_bootstrap; |