Mercurial > sdl-ios-xcode
diff src/video/xbios/SDL_xbios_centscreen.h @ 1064:fba6b67b4d60
Add Centscreen extended modes support
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Tue, 31 May 2005 12:31:11 +0000 |
parents | 5023cde12cbd |
children | d910939febfa |
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios_centscreen.h Fri May 20 20:37:28 2005 +0000 +++ b/src/video/xbios/SDL_xbios_centscreen.h Tue May 31 12:31:11 2005 +0000 @@ -110,6 +110,8 @@ /*--- Functions prototypes ---*/ -void SDL_XBIOS_CentscreenInit(_THIS); +int SDL_XBIOS_CentscreenInit(_THIS); +void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes); +void SDL_XBIOS_CentscreenRestore(_THIS, int prev_handle); #endif /* _SDL_xbios_centscreen_h */