mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Add a reminder to fix current->w,current->h
This commit is contained in:
@@ -418,6 +418,7 @@ static int XBIOS_VideoInit(_THIS, SDL_PixelFormat *vformat)
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user