From c1a2abadfbb862cbaac3e23d0c1317ce5473ebdd Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 11 Oct 2005 14:50:47 +0000 Subject: [PATCH] fix a typo --- hw/xfree86/common/xf86RandR.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86RandR.c b/hw/xfree86/common/xf86RandR.c index bd39d2c5e..1bd8a6b7b 100644 --- a/hw/xfree86/common/xf86RandR.c +++ b/hw/xfree86/common/xf86RandR.c @@ -325,7 +325,7 @@ xf86GetRotation(ScreenPtr pScreen) if (xf86RandRIndex == -1) return RR_Rotate_0; - return XF86RANDRInfo(pScreen)->rotation; + return XF86RANDRINFO(pScreen)->rotation; } Bool