From 17a93f72f3343e6839f625972ba743ec61441c49 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 8 Jan 2023 21:40:02 +0100 Subject: Partially implement libfonts_get_default_font, libfonts_get_{default,output}_rendering_settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libfonts_gethome__.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libfonts_gethome__.c') diff --git a/libfonts_gethome__.c b/libfonts_gethome__.c index 902029f..f05dbfb 100644 --- a/libfonts_gethome__.c +++ b/libfonts_gethome__.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" +#ifndef TEST char * @@ -38,3 +39,16 @@ libfonts_gethome__(struct libfonts_context *ctx) free(buf); return ret; } + + +#else + + +int +main(void) +{ + return 0; /* TODO add test */ +} + + +#endif -- cgit v1.2.3-70-g09d2