# HG changeset patch # User mark # Date 1046709823 0 # Node ID 7de2fabb1fa21e1ca8693b681d94665f1606767d # Parent 2860f7c9d9ca64ae418674569b5fbe18dce8ac95 Fixed geometry that someone broke grr. diff -r 2860f7c9d9ca -r 7de2fabb1fa2 libvo/vo_tdfxfb.c --- 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(); }