Fix newmouse compiler warning
This commit is contained in:
parent
d4eaafce10
commit
7cceda585d
1 changed files with 1 additions and 3 deletions
|
@ -52,9 +52,7 @@ static GTIMER_DECL(MouseTimer);
|
|||
|
||||
// Calibration application
|
||||
#if !GINPUT_TOUCH_NOCALIBRATE
|
||||
#if GINPUT_TOUCH_USER_CALIBRATION_LOAD
|
||||
#include <string.h> // Required for memcpy
|
||||
#endif
|
||||
|
||||
static inline void CalibrationTransform(GMouseReading *pt, const GMouseCalibration *c) {
|
||||
pt->x = (coord_t) (c->ax * pt->x + c->bx * pt->y + c->cx);
|
||||
|
|
Loading…
Add table
Reference in a new issue