ephyr: miPointerWarpCursor needs the device parameter.

Thanks to Mitchell Quille for spotting it.
This commit is contained in:
Peter Hutterer 2007-12-03 14:32:53 +10:30
parent 004876355b
commit 28b93d74a1

View File

@ -829,7 +829,7 @@ ephyrWarpCursor (ScreenPtr pScreen, int x, int y)
{
ephyrBlockSigio ();
ephyrCurScreen = pScreen->myNum;
miPointerWarpCursor (pScreen, x, y);
miPointerWarpCursor (inputInfo.pointer, pScreen, x, y);
ephyrUnblockSigio ();
}