dix: allow a ConstantDeceleration between 0 and 1 (#66134)
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 15 Jul 2013 03:06:28 +0000 (13:06 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 17 Jul 2013 04:27:26 +0000 (14:27 +1000)
commit74469895e39fa38337f59edd64c4031ab9bb51d8
treef4c599430bfc26c2f9bb594ebb102cd85d60c953
parent0e3be0b25fcfeff386bad132526352c2e45f1932
dix: allow a ConstantDeceleration between 0 and 1 (#66134)

A constant deceleration of x simply means (delta * 1/x). We limited that to
values >= 1.0f for obvious reasons, but can also allow values from 0-1.
That means that ConstantDeceleration is actually a ConstantAcceleration, but
hey, if someone needs it...

X.Org Bug 66134 <http://bugs.freedesktop.org/show_bug.cgi?id=66134>

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
dix/ptrveloc.c
hw/xfree86/man/xorg.conf.man