mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
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:
parent
d40183c665
commit
4e32e6fb38
4 changed files with 18 additions and 7 deletions
|
|
@ -66,7 +66,7 @@ SOFTWARE.
|
|||
/*int constants for pointer acceleration schemes*/
|
||||
#define PtrAccelNoOp 0
|
||||
#define PtrAccelPredictable 1
|
||||
#define PtrAccelClassic 2
|
||||
#define PtrAccelLightweight 2
|
||||
#define PtrAccelDefault PtrAccelPredictable
|
||||
|
||||
#define MAX_VALUATORS 36 /* XXX from comment in dix/getevents.c */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue