diff options
author | Keith Packard <keithp@keithp.com> | 2002-10-18 06:31:17 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-10-18 06:31:17 +0000 |
commit | d04246c8fca4132063234ab44a68a7fac8c22261 (patch) | |
tree | eb0f03323b02057d91c0551ed366c27561d7803c | |
parent | 7d214e2e2a2a1601ca14be6b52190c5b22611e2d (diff) |
Changed arguments to vesaRandRSetConfigxf-4_2_99_2ah-20021030
-rw-r--r-- | hw/kdrive/mach64/mach64.c | 4 |
1 files 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 <sys/io.h> @@ -130,7 +130,7 @@ mach64RandRSetConfig (ScreenPtr pScreen, KdCheckSync (pScreen); - if (!vesaRandRSetConfig (pScreen, rotation, pSize)) + if (!vesaRandRSetConfig (pScreen, rotation, rate, pSize)) return FALSE; return TRUE; |