[PATCH sis] Use miPointerSetPosition, not miPointerAbsoluteCursor
Peter Hutterer
peter.hutterer at who-t.net
Sun Oct 30 22:49:56 PDT 2011
Technically this shouldn't just work on the VCP since any master pointer may
end up in the dead area. However, I suspect the Venn diagramm of MPX users
and sis merged framebuffer users shows little overlap.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/sis_driver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/sis_driver.c b/src/sis_driver.c
index 7ac9487..9f14cc7 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -9347,7 +9347,7 @@ SISMergedPointerMoved(int scrnIndex, int x, int y)
if(doit) {
UpdateCurrentTime();
sigstate = xf86BlockSIGIO();
- miPointerAbsoluteCursor(x, y, currentTime.milliseconds);
+ miPointerSetPosition(inputInfo.pointer, x, y);
xf86UnblockSIGIO(sigstate);
return;
}
--
1.7.7
More information about the xorg-devel
mailing list