comparison src/video/SDL_sysvideo.h @ 2735:204be4fc2726

Final merge of Google Summer of Code 2008 work... Port SDL 1.3 to the Nintendo DS by Darren Alton, mentored by Sam Lantinga
author Sam Lantinga <slouken@libsdl.org>
date Wed, 27 Aug 2008 15:10:03 +0000
parents 11eb9ae3c88c
children b86247d21929
comparison
equal deleted inserted replaced
2734:dd25eabe441c 2735:204be4fc2726
367 extern VideoBootStrap OS2FSLib_bootstrap; 367 extern VideoBootStrap OS2FSLib_bootstrap;
368 #endif 368 #endif
369 #if SDL_VIDEO_DRIVER_DUMMY 369 #if SDL_VIDEO_DRIVER_DUMMY
370 extern VideoBootStrap DUMMY_bootstrap; 370 extern VideoBootStrap DUMMY_bootstrap;
371 #endif 371 #endif
372 #if SDL_VIDEO_DRIVER_NDS
373 extern VideoBootStrap NDS_bootstrap;
374 #endif
372 375
373 #define SDL_CurrentDisplay (_this->displays[_this->current_display]) 376 #define SDL_CurrentDisplay (_this->displays[_this->current_display])
374 377
375 extern SDL_VideoDevice *SDL_GetVideoDevice(); 378 extern SDL_VideoDevice *SDL_GetVideoDevice();
376 extern int SDL_AddBasicVideoDisplay(const SDL_DisplayMode * desktop_mode); 379 extern int SDL_AddBasicVideoDisplay(const SDL_DisplayMode * desktop_mode);