Mercurial > sdl-ios-xcode
diff src/video/xbios/SDL_xbios.h @ 1042:0e7218843cfb
Dynamically create list of video modes, easier to add new ones
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 07 Mar 2005 10:00:58 +0000 |
parents | 475166d13b44 |
children | fba6b67b4d60 |
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.h Wed Mar 02 17:17:26 2005 +0000 +++ b/src/video/xbios/SDL_xbios.h Mon Mar 07 10:00:58 2005 +0000 @@ -124,4 +124,9 @@ #define XBIOS_width (this->hidden->width) #define XBIOS_height (this->hidden->height) +/*--- Functions prototypes ---*/ + +void SDL_XBIOS_AddMode(_THIS, Uint16 modecode, Uint16 width, Uint16 height, + Uint16 depth, SDL_bool flags); + #endif /* _SDL_xbios_h */