changeset 7652:dc789525a89b

DGA1 trivial fix by Fredrik Noring <noring@nocrew.org>
author arpi
date Mon, 07 Oct 2002 11:29:19 +0000
parents 9bb9ce641684
children fd7e83ee2f71
files libvo/vo_dga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dga.c	Mon Oct 07 11:27:20 2002 +0000
+++ b/libvo/vo_dga.c	Mon Oct 07 11:29:19 2002 +0000
@@ -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();
 	}