Fix typo in the last commit.

This commit is contained in:
Tiago Vignatti 2008-07-04 04:03:46 -03:00
parent 3164288b12
commit a8c4727f01

View File

@ -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 &&