# HG changeset patch # User Patrice Mandin # Date 1147600522 0 # Node ID 19555149bb665f28e6e0054471ab2c5ba2177f63 # Parent b98fd17b0b02b697c4862175d7a8ccb70fc5bc20 Add a reminder to fix current->w,current->h diff -r b98fd17b0b02 -r 19555149bb66 src/video/xbios/SDL_xbios.c --- 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; }