fix a typo
This commit is contained in:
parent
697f64a22a
commit
c1a2abadfb
|
@ -325,7 +325,7 @@ xf86GetRotation(ScreenPtr pScreen)
|
||||||
if (xf86RandRIndex == -1)
|
if (xf86RandRIndex == -1)
|
||||||
return RR_Rotate_0;
|
return RR_Rotate_0;
|
||||||
|
|
||||||
return XF86RANDRInfo(pScreen)->rotation;
|
return XF86RANDRINFO(pScreen)->rotation;
|
||||||
}
|
}
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
|
|
Loading…
Reference in New Issue