changeset 1830:19555149bb66

Add a reminder to fix current->w,current->h
author Patrice Mandin <patmandin@gmail.com>
date Sun, 14 May 2006 09:55:22 +0000
parents b98fd17b0b02
children edf421c61bc4
files src/video/xbios/SDL_xbios.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}