Re: [PATCH 20/20] dix: reduce scope of tmp and mult.

2011-05-09 Thread Peter Hutterer
On Sun, May 08, 2011 at 03:16:38PM +0200, Simon Thum wrote: On 05/03/2011 03:00 AM, Peter Hutterer wrote: Some more documentation would have helped, I found it hard to get the big picture in my head even with the wiki page. There are too many details that weren't clear immediately and

Re: [PATCH 20/20] dix: reduce scope of tmp and mult.

2011-05-08 Thread Simon Thum
On 05/03/2011 03:00 AM, Peter Hutterer wrote: Some more documentation would have helped, I found it hard to get the big picture in my head even with the wiki page. There are too many details that weren't clear immediately and having what's in your brain about the accel methods backed up

Re: [PATCH 20/20] dix: reduce scope of tmp and mult.

2011-05-02 Thread Peter Hutterer
On Thu, Apr 21, 2011 at 11:58:03PM +0200, Simon Thum wrote: On 04/20/2011 10:21 AM, Daniel Stone wrote: Hi, On Wed, Apr 20, 2011 at 04:28:29PM +1000, Peter Hutterer wrote: index 0741604..4901d6a 100644 --- a/dix/ptrveloc.c +++ b/dix/ptrveloc.c @@ -1122,7 +1122,6 @@

Re: [PATCH 20/20] dix: reduce scope of tmp and mult.

2011-04-21 Thread Simon Thum
On 04/20/2011 10:21 AM, Daniel Stone wrote: Hi, On Wed, Apr 20, 2011 at 04:28:29PM +1000, Peter Hutterer wrote: index 0741604..4901d6a 100644 --- a/dix/ptrveloc.c +++ b/dix/ptrveloc.c @@ -1122,7 +1122,6 @@ acceleratePointerPredictable( ValuatorMask* val, CARD32 evtime) { -

[PATCH 20/20] dix: reduce scope of tmp and mult.

2011-04-20 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/ptrveloc.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c index 0741604..4901d6a 100644 --- a/dix/ptrveloc.c +++ b/dix/ptrveloc.c @@ -1122,7 +1122,6 @@

Re: [PATCH 20/20] dix: reduce scope of tmp and mult.

2011-04-20 Thread Daniel Stone
Hi, On Wed, Apr 20, 2011 at 04:28:29PM +1000, Peter Hutterer wrote: index 0741604..4901d6a 100644 --- a/dix/ptrveloc.c +++ b/dix/ptrveloc.c @@ -1122,7 +1122,6 @@ acceleratePointerPredictable( ValuatorMask* val, CARD32 evtime) { -float tmp, mult; /* no need to init */

Re: [PATCH 20/20] dix: reduce scope of tmp and mult.

2011-04-20 Thread Simon Thum
On 04/20/2011 08:28 AM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- dix/ptrveloc.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c index 0741604..4901d6a 100644 --- a/dix/ptrveloc.c +++