[Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.53,1.54
Arpi of Ize
arpi at mplayerhq.hu
Mon Oct 7 13:29:22 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv5332
Modified Files:
vo_dga.c
Log Message:
DGA1 trivial fix by Fredrik Noring <noring at nocrew.org>
Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- vo_dga.c 1 Oct 2002 21:47:32 -0000 1.53
+++ vo_dga.c 7 Oct 2002 11:29:19 -0000 1.54
@@ -428,7 +428,7 @@
#else
XF86DGASetViewPort(vo_dga_dpy, XDefaultScreen(vo_dga_dpy),
0,
- VIDEO_BUFFER_DISPLAY.y);
+ CURRENT_VIDEO_BUFFER.y);
#endif
switch_video_buffers();
}
More information about the MPlayer-cvslog
mailing list