mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix typo in the last commit.
This commit is contained in:
@@ -243,7 +243,7 @@ xf86RandRSetConfig (ScreenPtr pScreen,
|
||||
Bool useVirtual = FALSE;
|
||||
Rotation oldRotation = randrp->rotation;
|
||||
|
||||
miPointerGetPosition(inputInfo.pointermi, &px, &py);
|
||||
miPointerGetPosition(inputInfo.pointer, &px, &py);
|
||||
for (mode = scrp->modes; ; mode = mode->next)
|
||||
{
|
||||
if (mode->HDisplay == pSize->width &&
|
||||
|
||||
Reference in New Issue
Block a user