Skip to content
Snippets Groups Projects

DIX: fix several duplicate typedefs

1 file
+ 0
8
Compare changes
  • Side-by-side
  • Inline
+ 0
8
@@ -13,14 +13,6 @@
/* fwd */
struct _DeviceVelocityRec;
/**
* profile
* returns actual acceleration depending on velocity, acceleration control,...
*/
typedef double (*PointerAccelerationProfileFunc)
(DeviceIntPtr dev, struct _DeviceVelocityRec * vel,
double velocity, double threshold, double accelCoeff);
/**
* a motion history, with just enough information to
* calc mean velocity and decide which motion was along
Loading