mirror of https://github.com/mpv-player/mpv
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:
parent
7d5ae10689
commit
99fbc21507
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue