summaryrefslogtreecommitdiffstats
path: root/libvo/vo_tdfxfb.c
diff options
context:
space:
mode:
authormark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 20:46:44 +0000
committermark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 20:46:44 +0000
commit0842caf6f01b10ee2d78ec3c50312df713675b92 (patch)
treeba0131d2344b0829a1a0d6dad0bf19951bdcfae5 /libvo/vo_tdfxfb.c
parent659dd449befdab9030db2ddcf96deb5c25c40381 (diff)
downloadmpv-0842caf6f01b10ee2d78ec3c50312df713675b92.tar.bz2
mpv-0842caf6f01b10ee2d78ec3c50312df713675b92.tar.xz
Added support for X style -geometry options (adapted from Henk's patch)
-- Mark git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8746 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_tdfxfb.c')
-rw-r--r--libvo/vo_tdfxfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_tdfxfb.c b/libvo/vo_tdfxfb.c
index 3b211fd050..b7e4b03895 100644
--- a/libvo/vo_tdfxfb.c
+++ b/libvo/vo_tdfxfb.c
@@ -204,7 +204,7 @@ static void clear_screen()
static void setup_screen(uint32_t full)
{
aspect(&vidwidth, &vidheight, full ? A_ZOOM : A_NOZOOM);
- geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight, full);
+ geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight);
vo_fs = full;
clear_screen();
}