Mercurial > sdl-ios-xcode
diff src/video/xbios/SDL_xbios.c @ 1830:19555149bb66
Add a reminder to fix current->w,current->h
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sun, 14 May 2006 09:55:22 +0000 |
parents | 8d9bb0cf2c2a |
children | c121d94672cb d8371d2dc524 |
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.c Sun May 14 05:20:36 2006 +0000 +++ b/src/video/xbios/SDL_xbios.c Sun May 14 09:55:22 2006 +0000 @@ -418,6 +418,7 @@ /* Determine the current screen size */ if ( XBIOS_nummodes > 0 ) { + /* FIXME: parse video mode list to search for current mode */ this->info.current_w = XBIOS_modelist[0].width; this->info.current_h = XBIOS_modelist[0].height; }