NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xsrc/46172: Missing function miPointerAbsoluteCursor for sis_driver.
The following reply was made to PR xsrc/46172; it has been noted by GNATS.
From: henning petersen <henning.petersen%t-online.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: xsrc/46172: Missing function miPointerAbsoluteCursor for
sis_driver.
Date: Wed, 14 Mar 2012 14:27:18 +0100
This is a multi-part message in MIME format.
--------------070403080609070304090708
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
Am 11.03.2012 05:15, schrieb gnats-admin%netbsd.org@localhost:
> Thank you very much for your problem report.
> It has the internal identification `xsrc/46172'.
> The individual assigned to look at your
> report is: xsrc-manager.
>
>> Category: xsrc
>> Responsible: xsrc-manager
>> Synopsis: Missing function miPointerAbsoluteCursor for sis_driver.
>> Arrival-Date: Sun Mar 11 04:15:00 +0000 2012
>
Function miPointerAbsoluteCursor is to be replaced with
miPointerSetPosition.
--------------070403080609070304090708
Content-Type: text/plain; charset=windows-1252;
name="sis_driver.c.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="sis_driver.c.diff"
diff -u -p -r1.1.1.4 sis_driver.c
--- xf86-video-sis/dist/src/sis_driver.c 17 Jul 2010 06:32:06 -0000
1.1.1.4
+++ xf86-video-sis/dist/src/sis_driver.c 13 Mar 2012 14:25:21 -0000
@@ -86,6 +86,8 @@
#include <X11/extensions/dpms.h>
#endif
+#include <inputstr.h> /* for inputInfo */
+
#ifdef XF86DRI
#include "dri.h"
@@ -9322,9 +9324,8 @@ SISMergedPointerMoved(int scrnIndex, int
}
}
if(doit) {
- UpdateCurrentTime();
sigstate = xf86BlockSIGIO();
- miPointerAbsoluteCursor(x, y, currentTime.milliseconds);
+ miPointerSetPosition(inputInfo.pointer, x, y);
xf86UnblockSIGIO(sigstate);
return;
}
--------------070403080609070304090708--
Home |
Main Index |
Thread Index |
Old Index