fix PointerMoved() call

Fixes: a397b886d6
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-29 18:48:42 +01:00
committed by Enrico Weigelt
parent 1d002b8d68
commit a0907bba33

View File

@@ -1006,7 +1006,7 @@ WsfbPointerMoved(ScrnInfoPtr pScrn, int x, int y)
/*
* Pass adjusted pointer coordinates to wrapped PointerMoved function.
*/
(*fPtr->PointerMoved)(arg, newX, newY);
(*fPtr->PointerMoved)(pScrn, newX, newY);
}
static Bool