Skip to content

Commit

Permalink
Add a reminder to fix current->w,current->h
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed May 14, 2006
1 parent b1663b0 commit d87513a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/xbios/SDL_xbios.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit d87513a

Please sign in to comment.