aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_compose_float.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-21 16:38:52 +0100
committerMattias Andrée <maandree@kth.se>2023-01-21 16:38:52 +0100
commit38d23cbf5b3870830339c9c12fd30bd5270112d8 (patch)
treef9bdfab6d823497e0b80615acb3d3bde554c1b3d /libglitter_compose_float.c
downloadlibglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.gz
libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.bz2
libglitter-38d23cbf5b3870830339c9c12fd30bd5270112d8.tar.xz
Initial commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--libglitter_compose_float.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libglitter_compose_float.c b/libglitter_compose_float.c
new file mode 100644
index 0000000..197aaea
--- /dev/null
+++ b/libglitter_compose_float.c
@@ -0,0 +1,4 @@
+/* See LICENSE file for copyright and license details. */
+#define libglitter_compose_double libglitter_compose_float
+#define double float
+#include "libglitter_compose_double.c"