Mercurial > sdl-ios-xcode
diff src/video/xbios/SDL_xbios.c @ 1350:adc8ff3c9597
Fixes for new SDL embedded libc stuff
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 08 Feb 2006 18:59:49 +0000 |
parents | 604d73db6802 |
children | c71e05b4dc2e |
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.c Wed Feb 08 17:23:32 2006 +0000 +++ b/src/video/xbios/SDL_xbios.c Wed Feb 08 18:59:49 2006 +0000 @@ -672,7 +672,7 @@ if (XBIOS_centscreen) { SDL_XBIOS_CentscreenSetmode(this, width, height, new_depth); } else { - Vsetmode(new_video_mode->number); + VsetMode(new_video_mode->number); } #endif /* Set hardware palette to black in True Colour */ @@ -884,7 +884,7 @@ if (XBIOS_centscreen) { SDL_XBIOS_CentscreenRestore(this, XBIOS_oldvmode); } else { - Vsetmode(XBIOS_oldvmode); + VsetMode(XBIOS_oldvmode); } if (XBIOS_oldnumcol) { VsetRGB(0, XBIOS_oldnumcol, XBIOS_oldpalette);