author | Patrice Mandin <patmandin@gmail.com> |
Sun, 14 May 2006 09:55:22 +0000 | |
changeset 1830 | 19555149bb66 |
parent 1829 | b98fd17b0b02 |
child 1831 | edf421c61bc4 |
--- 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; }