diff 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
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.c	Mon May 01 06:58:33 2006 +0000
+++ b/src/video/xbios/SDL_xbios.c	Wed May 17 08:18:28 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;
 	}