From 5e9e4ffc468b5f9287641e23dc375afd77177523 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 21 Jan 2023 18:08:32 +0100 Subject: Add integer versions of libglitter_compose_* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libglitter_compose_uint16.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libglitter_compose_uint16.c (limited to 'libglitter_compose_uint16.c') diff --git a/libglitter_compose_uint16.c b/libglitter_compose_uint16.c new file mode 100644 index 0000000..ea24f8e --- /dev/null +++ b/libglitter_compose_uint16.c @@ -0,0 +1,7 @@ +/* See LICENSE file for copyright and license details. */ +#include "libglitter.h" +typedef uint_fast32_t greater_t; +#define greater_t greater_t +#define libglitter_compose_uint64 libglitter_compose_uint16 +#define uint64_t uint16_t +#include "libglitter_compose_uint64.c" -- cgit v1.2.3-70-g09d2