Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 2669:e27bdcc80744 gsoc2008_nds
First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Tue, 10 Jun 2008 06:45:39 +0000 |
parents | d87417504c75 |
children |
comparison
equal
deleted
inserted
replaced
2668:bb3241de289e | 2669:e27bdcc80744 |
---|---|
368 extern VideoBootStrap OS2FSLib_bootstrap; | 368 extern VideoBootStrap OS2FSLib_bootstrap; |
369 #endif | 369 #endif |
370 #if SDL_VIDEO_DRIVER_DUMMY | 370 #if SDL_VIDEO_DRIVER_DUMMY |
371 extern VideoBootStrap DUMMY_bootstrap; | 371 extern VideoBootStrap DUMMY_bootstrap; |
372 #endif | 372 #endif |
373 #if SDL_VIDEO_DRIVER_NDS | |
374 extern VideoBootStrap NDS_bootstrap; | |
375 #endif | |
373 | 376 |
374 #define SDL_CurrentDisplay (_this->displays[_this->current_display]) | 377 #define SDL_CurrentDisplay (_this->displays[_this->current_display]) |
375 | 378 |
376 extern SDL_VideoDevice *SDL_GetVideoDevice(); | 379 extern SDL_VideoDevice *SDL_GetVideoDevice(); |
377 extern int SDL_AddBasicVideoDisplay(const SDL_DisplayMode * desktop_mode); | 380 extern int SDL_AddBasicVideoDisplay(const SDL_DisplayMode * desktop_mode); |