summaryrefslogtreecommitdiff
path: root/include/ptrveloc.h
diff options
context:
space:
mode:
authorSimon Thum <simon.thum@gmx.de>2008-07-23 11:10:22 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2008-07-28 18:13:18 +0930
commit4e32e6fb38d19c9993de86188e4f7e7916a028e2 (patch)
tree440247b40a1139f30dd7455c4652861ea090aef0 /include/ptrveloc.h
parentd40183c665d458ac0a6e7952fbe986776a17fda7 (diff)
dix: rename classic accel _scheme_ to lightweight to avoid confusion with
classic accel _profile_ Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/ptrveloc.h')
-rw-r--r--include/ptrveloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ptrveloc.h b/include/ptrveloc.h
index e4969133c..30a22bc33 100644
--- a/include/ptrveloc.h
+++ b/include/ptrveloc.h
@@ -103,7 +103,7 @@ acceleratePointerPredictable(DeviceIntPtr pDev, int first_valuator,
int num_valuators, int *valuators, int evtime);
extern void
-acceleratePointerClassic(DeviceIntPtr pDev, int first_valuator,
+acceleratePointerLightweight(DeviceIntPtr pDev, int first_valuator,
int num_valuators, int *valuators, int ignore);
#endif /* POINTERVELOCITY_H */