LookingGlass/client/src
Quantum 78cb65a6a4 [client] spice: correctly use fabs for floating point
The prototype for abs is int abs (int n), which implicitly casts floating
point values to integers. The correct function is fabs.

This commit allows the client to compile under clang.
2021-01-15 08:48:15 +11:00
..
app.c [client] rename state to g_state 2021-01-04 12:06:54 +11:00
config.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
config.h [client] fix divide by zero fault with fpsMin disabled (set to 0) 2020-11-08 10:58:18 +11:00
kb.h [client] project restructure part 1/2 2019-03-28 11:02:36 +11:00
lg-renderer.c [client] project restructure part 1/2 2019-03-28 11:02:36 +11:00
ll.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
main.c [client] spice: correctly use fabs for floating point 2021-01-15 08:48:15 +11:00
main.h [client] wm/wayland: bypass SDL loop for pointer events 2021-01-13 13:59:00 +11:00
utils.c [build] make "common" a static library (part 2/2) 2019-04-11 11:12:59 +10:00
wm.c [all] use explicit void parameter lists 2021-01-14 17:29:37 +11:00
wm.h [client] wm: fix duplicate declaration of static struct 2021-01-13 14:00:25 +11:00