Re: [PATCH] dix: fix up valuators passed to acceleration code.

2010-11-21 Thread Simon Thum
Hi Peter, the patch makes sense and should probably be applied. It just doesn't work for me, i.e. acceleration is off. I'm unsure why, perhaps it's an unrelated problem. So if it doesn't break your stuff, please apply. On 11/19/2010 02:09 AM, Peter Hutterer wrote: > From: Simon Thum > > Signed-

Re: [PATCH] dix: fix up valuators passed to acceleration code.

2010-11-19 Thread Chase Douglas
On 11/18/2010 08:09 PM, Peter Hutterer wrote: > From: Simon Thum > > Signed-off-by: Peter Hutterer I don't really know how pointer acceleration algos work, but assuming feeding them 0 coordinates on a non-changed valuator is ok: Reviewed-by: Chase Douglas > --- > Simon, this is essentially y

[PATCH] dix: fix up valuators passed to acceleration code.

2010-11-18 Thread Peter Hutterer
From: Simon Thum Signed-off-by: Peter Hutterer --- Simon, this is essentially your patch with the extra if () addded. dix/getevents.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dix/getevents.c b/dix/getevents.c index 9553728..7af9326 100644 --- a/dix/getev