mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: introduce defines for accel profile numbers
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
4e32e6fb38
commit
87aa529857
@@ -29,6 +29,19 @@
|
||||
|
||||
#define MAX_VELOCITY_FILTERS 8
|
||||
|
||||
/* constants for acceleration profiles;
|
||||
* see */
|
||||
|
||||
#define AccelProfileClassic 0
|
||||
#define AccelProfileDeviceSpecific 1
|
||||
#define AccelProfilePolynomial 2
|
||||
#define AccelProfileSmoothLinear 3
|
||||
#define AccelProfileSimple 4
|
||||
#define AccelProfilePower 5
|
||||
#define AccelProfileLinear 6
|
||||
#define AccelProfileReserved 7
|
||||
|
||||
/* fwd */
|
||||
struct _DeviceVelocityRec;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user