mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-02 03:17:57 +02:00
tools: fix comment wording
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
952b562d0c
commit
68513d040d
1 changed files with 1 additions and 2 deletions
|
|
@ -98,8 +98,7 @@ struct window {
|
||||||
double tilt_x, tilt_y;
|
double tilt_x, tilt_y;
|
||||||
|
|
||||||
/* these are for the delta coordinates, but they're not
|
/* these are for the delta coordinates, but they're not
|
||||||
* deltas, theyconverted into
|
* deltas, the are yconverted into abs positions */
|
||||||
* abs positions */
|
|
||||||
size_t ndeltas;
|
size_t ndeltas;
|
||||||
struct point deltas[64];
|
struct point deltas[64];
|
||||||
} tool;
|
} tool;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue