diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-21 18:08:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-21 18:08:32 +0100 |
commit | 5e9e4ffc468b5f9287641e23dc375afd77177523 (patch) | |
tree | 5fc741325e6d617e5fadce7f45910bf606f50c89 /libglitter_compose_float.c | |
parent | m doc (diff) | |
download | libglitter-5e9e4ffc468b5f9287641e23dc375afd77177523.tar.gz libglitter-5e9e4ffc468b5f9287641e23dc375afd77177523.tar.bz2 libglitter-5e9e4ffc468b5f9287641e23dc375afd77177523.tar.xz |
Add integer versions of libglitter_compose_*
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libglitter_compose_float.c')
-rw-r--r-- | libglitter_compose_float.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglitter_compose_float.c b/libglitter_compose_float.c index 197aaea..6e09fd1 100644 --- a/libglitter_compose_float.c +++ b/libglitter_compose_float.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include "libglitter.h" #define libglitter_compose_double libglitter_compose_float #define double float #include "libglitter_compose_double.c" |