diff options
author | mark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-03 16:43:43 +0000 |
---|---|---|
committer | mark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-03 16:43:43 +0000 |
commit | 8b45fdcbe510b34f225ce57ead93528247d3f304 (patch) | |
tree | b5dcf551a460b723411d1ed163e2a12f9e200296 /libvo | |
parent | b9fab7021c782292e12ec85cb257ddc2a3ea6f7d (diff) |
Fixed geometry that someone broke grr.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9522 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_tdfxfb.c | 3 |
1 files changed, 1 insertions, 2 deletions
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(); } |