Re: [PATCH 01/20] dix: fix typo in direction calculation

2011-04-20 Thread Simon Thum
On 04/20/2011 08:28 AM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer > --- > dix/ptrveloc.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c > index ccd445e..c40fbc0 100644 > --- a/dix/ptrveloc.c > +++ b/dix/ptrveloc.c > @@ -

[PATCH 01/20] dix: fix typo in direction calculation

2011-04-19 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- dix/ptrveloc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c index ccd445e..c40fbc0 100644 --- a/dix/ptrveloc.c +++ b/dix/ptrveloc.c @@ -443,7 +443,7 @@ DoGetDirection(int dx, int dy){ float r;