mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-08 17:30:16 +01:00
Fixed point numbers can easily overflow, and double to fixed point conversion is lossy. Use floating point (double) where fixed point numbers where previously used and remove the li_fixed_t type. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| event-debug.c | ||
| Makefile.am | ||