dix: rename classic accel _scheme_ to lightweight to avoid confusion with
classic accel _profile_ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
d40183c665
commit
4e32e6fb38
@@ -722,8 +722,12 @@ acceleratePointerPredictable(DeviceIntPtr pDev, int first_valuator,
|
||||
* in-place. Retained mostly for embedded scenarios.
|
||||
*/
|
||||
void
|
||||
acceleratePointerClassic(DeviceIntPtr pDev, int first_valuator,
|
||||
int num_valuators, int *valuators, int ignored)
|
||||
acceleratePointerLightweight(
|
||||
DeviceIntPtr pDev,
|
||||
int first_valuator,
|
||||
int num_valuators,
|
||||
int *valuators,
|
||||
int ignored)
|
||||
{
|
||||
float mult = 0.0;
|
||||
int dx = 0, dy = 0;
|
||||
|
||||
Reference in New Issue
Block a user