Module Name: xsrc
Committed By: martin
Date: Wed Mar 14 13:47:40 UTC 2012
Modified Files:
xsrc/external/mit/xf86-video-sis/dist/src: sis_driver.c
Log Message:
henning petersen in PR xsrc/46172: do not used removed function
miPointerAbsoluteCursor(), replace with miPointerSetPosition().
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
xsrc/external/mit/xf86-video-sis/dist/src/sis_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-sis/dist/src/sis_driver.c
diff -u xsrc/external/mit/xf86-video-sis/dist/src/sis_driver.c:1.1.1.4 xsrc/external/mit/xf86-video-sis/dist/src/sis_driver.c:1.2
--- xsrc/external/mit/xf86-video-sis/dist/src/sis_driver.c:1.1.1.4 Sat Jul 17 06:32:06 2010
+++ xsrc/external/mit/xf86-video-sis/dist/src/sis_driver.c Wed Mar 14 13:47:40 2012
@@ -86,6 +86,7 @@
#include <X11/extensions/dpms.h>
#endif
+#include <inputstr.h>
#ifdef XF86DRI
#include "dri.h"
@@ -9322,9 +9323,8 @@ SISMergedPointerMoved(int scrnIndex, int
}
}
if(doit) {
- UpdateCurrentTime();
sigstate = xf86BlockSIGIO();
- miPointerAbsoluteCursor(x, y, currentTime.milliseconds);
+ miPointerSetPosition(inputInfo.pointer, x, y);
xf86UnblockSIGIO(sigstate);
return;
}