mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 02:40:14 +01:00
fix a typo
This commit is contained in:
parent
697f64a22a
commit
c1a2abadfb
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ xf86GetRotation(ScreenPtr pScreen)
|
|||
if (xf86RandRIndex == -1)
|
||||
return RR_Rotate_0;
|
||||
|
||||
return XF86RANDRInfo(pScreen)->rotation;
|
||||
return XF86RANDRINFO(pScreen)->rotation;
|
||||
}
|
||||
|
||||
Bool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue