Re: [PATCH:xf86-video-sis] Fix arguments for miSetPointerPosition.

2015-09-30 Thread Thomas Klausner
rg> Date: Sun, 13 Sep 2015 23:28:53 +0200 Subject: [PATCH:xf86-video-sis] Fix arguments for miSetPointerPosition. For the call for the API between versions 5 and 15. --- src/sis_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sis_driver.c b/src/sis_driver.c i

Re: [PATCH:xf86-video-sis] Fix arguments for miSetPointerPosition.

2015-09-30 Thread Connor Behan
On 30/09/15 05:42 PM, Thomas Klausner wrote: > On Wed, Sep 30, 2015 at 04:52:13PM -0400, Connor Behan wrote: >> I'm pretty sure the calls for ABI versions between 13 and 15 also need >> the "&". For example, in the >>

[PATCH:xf86-video-sis] Fix arguments for miSetPointerPosition.

2015-09-13 Thread Thomas Klausner
For the call for the API between versions 5 and 13. --- src/sis_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sis_driver.c b/src/sis_driver.c index 854cb54..c1d26f3 100644 --- a/src/sis_driver.c +++ b/src/sis_driver.c @@ -9397,7 +9397,7 @@