Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1063:0fb50bfaea7f | 1064:fba6b67b4d60 |
---|---|
108 #define Vsize(mode) \ | 108 #define Vsize(mode) \ |
109 (long)trap_14_wl((short)0x54,(long)(mode)) | 109 (long)trap_14_wl((short)0x54,(long)(mode)) |
110 | 110 |
111 /*--- Functions prototypes ---*/ | 111 /*--- Functions prototypes ---*/ |
112 | 112 |
113 void SDL_XBIOS_CentscreenInit(_THIS); | 113 int SDL_XBIOS_CentscreenInit(_THIS); |
114 void SDL_XBIOS_CentscreenSetmode(_THIS, int width, int height, int planes); | |
115 void SDL_XBIOS_CentscreenRestore(_THIS, int prev_handle); | |
114 | 116 |
115 #endif /* _SDL_xbios_centscreen_h */ | 117 #endif /* _SDL_xbios_centscreen_h */ |