From d04246c8fca4132063234ab44a68a7fac8c22261 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 18 Oct 2002 06:31:17 +0000 Subject: [PATCH] Changed arguments to vesaRandRSetConfig --- hw/kdrive/mach64/mach64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/mach64/mach64.c b/hw/kdrive/mach64/mach64.c index 83a04c20b..ae60037a0 100644 --- a/hw/kdrive/mach64/mach64.c +++ b/hw/kdrive/mach64/mach64.c @@ -19,7 +19,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/kdrive/mach64/mach64.c,v 1.8 2001/07/24 21:26:17 keithp Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/mach64/mach64.c,v 1.10 2002/10/14 18:01:41 keithp Exp $ */ #include "mach64.h" #include @@ -130,7 +130,7 @@ mach64RandRSetConfig (ScreenPtr pScreen, KdCheckSync (pScreen); - if (!vesaRandRSetConfig (pScreen, rotation, pSize)) + if (!vesaRandRSetConfig (pScreen, rotation, rate, pSize)) return FALSE; return TRUE;