comparison src/video/xbios/SDL_xbios.c @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents e49147870aac
children 782fd950bd46
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
416 break; 416 break;
417 } 417 }
418 418
419 /* Determine the current screen size */ 419 /* Determine the current screen size */
420 if ( XBIOS_nummodes > 0 ) { 420 if ( XBIOS_nummodes > 0 ) {
421 /* FIXME: parse video mode list to search for current mode */
421 this->info.current_w = XBIOS_modelist[0].width; 422 this->info.current_w = XBIOS_modelist[0].width;
422 this->info.current_h = XBIOS_modelist[0].height; 423 this->info.current_h = XBIOS_modelist[0].height;
423 } 424 }
424 425
425 current_mode = XBIOS_modelist; 426 current_mode = XBIOS_modelist;