diff --git a/libvo/vo_tdfxfb.c b/libvo/vo_tdfxfb.c index f840893c26..554ea6c7eb 100644 --- a/libvo/vo_tdfxfb.c +++ b/libvo/vo_tdfxfb.c @@ -205,8 +205,7 @@ static void setup_screen(uint32_t full) { 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(); }