1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7653 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-07 11:29:19 +00:00
parent 7d5ae10689
commit 99fbc21507

View File

@ -428,7 +428,7 @@ static void flip_page( void )
#else
XF86DGASetViewPort(vo_dga_dpy, XDefaultScreen(vo_dga_dpy),
0,
VIDEO_BUFFER_DISPLAY.y);
CURRENT_VIDEO_BUFFER.y);
#endif
switch_video_buffers();
}