From 6514fbb0767930249dfb7accdddf5989691f7953 Mon Sep 17 00:00:00 2001 From: attila Date: Sun, 2 Mar 2003 21:09:15 +0000 Subject: 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 --- libvo/vo_tdfxfb.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libvo/vo_tdfxfb.c') 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(); } -- cgit v1.2.3