diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-21 19:30:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-21 19:32:34 +0100 |
commit | 4114f87af993991c7aab55ff86be3003d43244f3 (patch) | |
tree | b5841672b4a48c02a9015ddc273f7b64ad9bec3a /libglitter_compose_float.c | |
parent | Add integer versions of libglitter_compose_* (diff) | |
download | libglitter-4114f87af993991c7aab55ff86be3003d43244f3.tar.gz libglitter-4114f87af993991c7aab55ff86be3003d43244f3.tar.bz2 libglitter-4114f87af993991c7aab55ff86be3003d43244f3.tar.xz |
Add render context
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libglitter_compose_float.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libglitter_compose_float.c b/libglitter_compose_float.c index 6e09fd1..2195ed3 100644 --- a/libglitter_compose_float.c +++ b/libglitter_compose_float.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ -#include "libglitter.h" +#include "common.h" #define libglitter_compose_double libglitter_compose_float +#define cellweights_double cellweights_float #define double float #include "libglitter_compose_double.c" |