Move physical size from mode to output.

Modes can be shared across different sized monitors this way.

Also caught some missing byteswapping and an incorrect return type.
This commit is contained in:
Keith Packard
2006-11-01 00:29:46 -08:00
parent e21604914d
commit 4056e6e79a
8 changed files with 50 additions and 15 deletions

View File

@@ -131,7 +131,7 @@ RRPointerScreenConfigured (ScreenPtr pScreen)
int x, y;
if (pScreen != pCurrentScreen)
return FALSE;
return;
GetSpritePosition (&x, &y);
RRPointerToNearestCrtc (pScreen, x, y, NULL);
}