Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 1190:173c063d4f55
OS/2 port!
This was mostly, if not entirely, written by "Doodle" and "Caetano":
doodle@scenergy.dfmk.hu
daniel@caetano.eng.br
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 23 Nov 2005 07:29:56 +0000 |
parents | 19d8949b4584 |
children | 86d0d01290ea |
comparison
equal
deleted
inserted
replaced
1189:c96b326b90ba | 1190:173c063d4f55 |
---|---|
421 extern VideoBootStrap DC_bootstrap; | 421 extern VideoBootStrap DC_bootstrap; |
422 #endif | 422 #endif |
423 #ifdef ENABLE_RISCOS | 423 #ifdef ENABLE_RISCOS |
424 extern VideoBootStrap RISCOS_bootstrap; | 424 extern VideoBootStrap RISCOS_bootstrap; |
425 #endif | 425 #endif |
426 #ifdef __OS2__ | |
427 extern VideoBootStrap OS2FSLib_bootstrap; | |
428 #endif | |
426 /* This is the current video device */ | 429 /* This is the current video device */ |
427 extern SDL_VideoDevice *current_video; | 430 extern SDL_VideoDevice *current_video; |
428 | 431 |
429 #define SDL_VideoSurface (current_video->screen) | 432 #define SDL_VideoSurface (current_video->screen) |
430 #define SDL_ShadowSurface (current_video->shadow) | 433 #define SDL_ShadowSurface (current_video->shadow) |