Whitespaces
This commit is contained in:
parent
cf193b3583
commit
eec299f9f1
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
typedef struct MousePoint_t {
|
||||
coord_t x, y;
|
||||
} MousePoint;
|
||||
} MousePoint;
|
||||
|
||||
static GTIMER_DECL(MouseTimer);
|
||||
|
||||
|
@ -72,7 +72,7 @@ static struct MouseConfig_t {
|
|||
Calibration caldata;
|
||||
#endif
|
||||
GDisplay * display;
|
||||
} MouseConfig;
|
||||
} MouseConfig;
|
||||
|
||||
#if GINPUT_MOUSE_NEED_CALIBRATION
|
||||
static inline void _tsDrawCross(const MousePoint *pp) {
|
||||
|
|
Loading…
Add table
Reference in a new issue