changeset 9521:7de2fabb1fa2

Fixed geometry that someone broke grr.
author mark
date Mon, 03 Mar 2003 16:43:43 +0000
parents 2860f7c9d9ca
children cf2324339983
files libvo/vo_tdfxfb.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_tdfxfb.c	Mon Mar 03 11:03:19 2003 +0000
+++ b/libvo/vo_tdfxfb.c	Mon Mar 03 16:43:43 2003 +0000
@@ -205,8 +205,7 @@
 {
 	aspect(&vidwidth, &vidheight, full ? A_ZOOM : A_NOZOOM);
 
-	//FIXME: update geometry code
-	//geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight);
+	geometry(&vidx, &vidy, &vidwidth, &vidheight, screenwidth, screenheight);
 	vo_fs = full;
 	clear_screen();
 }