summaryrefslogtreecommitdiffstats
path: root/libvo/vo_tdfxfb.c
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-02 21:09:15 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-02 21:09:15 +0000
commit6514fbb0767930249dfb7accdddf5989691f7953 (patch)
tree6aac625cfc385fb73b5b6a4dfaed4aa7ac0f29b6 /libvo/vo_tdfxfb.c
parent84e15e6fe4822175cba6181d90f16bfa9620b5b7 (diff)
downloadmpv-6514fbb0767930249dfb7accdddf5989691f7953.tar.bz2
mpv-6514fbb0767930249dfb7accdddf5989691f7953.tar.xz
clean up of -geometry code.
disabled -geometry for all but -vo xv (will be fixed later) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9518 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_tdfxfb.c')
-rw-r--r--libvo/vo_tdfxfb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libvo/vo_tdfxfb.c b/libvo/vo_tdfxfb.c
index b7e4b03895..f840893c26 100644
--- a/libvo/vo_tdfxfb.c
+++ b/libvo/vo_tdfxfb.c
@@ -204,7 +204,9 @@ 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);
+
+ //FIXME: update geometry code
+ //geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight);
vo_fs = full;
clear_screen();
}