[Mplayer-cvslog] CVS: main/libvo vo_tdfxfb.c,1.24,1.25
JALH CVS (Mark Zealey)
mark at mplayerhq.hu
Mon Mar 3 17:44:03 CET 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv31003
Modified Files:
vo_tdfxfb.c
Log Message:
Fixed geometry that someone broke grr.
Index: vo_tdfxfb.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_tdfxfb.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- vo_tdfxfb.c 2 Mar 2003 21:09:15 -0000 1.24
+++ vo_tdfxfb.c 3 Mar 2003 16:43:43 -0000 1.25
@@ -205,8 +205,7 @@
{
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();
}
More information about the MPlayer-cvslog
mailing list