mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-14 16:57:05 +00:00
78cb65a6a4
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. |
||
---|---|---|
.. | ||
app.c | ||
config.c | ||
config.h | ||
kb.h | ||
lg-renderer.c | ||
ll.c | ||
main.c | ||
main.h | ||
utils.c | ||
wm.c | ||
wm.h |