From 8b45fdcbe510b34f225ce57ead93528247d3f304 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 3 Mar 2003 16:43:43 +0000 Subject: Fixed geometry that someone broke grr. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9522 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_tdfxfb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libvo') 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(); } -- cgit v1.2.3