diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-10-11 14:50:47 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-10-11 14:50:47 +0000 |
commit | c1a2abadfbb862cbaac3e23d0c1317ce5473ebdd (patch) | |
tree | fb0d11ed80bae6e83801e037b366f60517306157 /hw/xfree86/common/xf86RandR.c | |
parent | 697f64a22ac5a7742a0022605a1074351296d4f8 (diff) |
fix a typo
Diffstat (limited to 'hw/xfree86/common/xf86RandR.c')
-rw-r--r-- | hw/xfree86/common/xf86RandR.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |