mirror of
https://github.com/X11Libre/xf86-video-wsfb.git
synced 2026-03-24 01:25:29 +00:00
fix PointerMoved() call
Fixes: a397b886d6
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
1d002b8d68
commit
a0907bba33
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user