diff options
author | Mattias Andrée <maandree@kth.se> | 2023-01-09 21:41:46 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-01-09 21:41:46 +0100 |
commit | e04ed84002e2940c918773d00caf34d785987c0f (patch) | |
tree | e382fe3540efafb80a7072f544e4f53800762fc4 | |
parent | Use XXX instead of TODO for missing function tests (diff) | |
download | libfonts-e04ed84002e2940c918773d00caf34d785987c0f.tar.gz libfonts-e04ed84002e2940c918773d00caf34d785987c0f.tar.bz2 libfonts-e04ed84002e2940c918773d00caf34d785987c0f.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libfonts_get_default_font.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libfonts_get_default_font.c b/libfonts_get_default_font.c index 5ad0a1c..b42844a 100644 --- a/libfonts_get_default_font.c +++ b/libfonts_get_default_font.c @@ -11,7 +11,7 @@ find(char **outp, const char *dir_part1, const char *dir_part2, const char *dir_ (void) dir_part2; (void) dir_part3; (void) ctx; - return 0; /* TODO */ + return 0; /* TODO implement find() */ } static int @@ -229,11 +229,7 @@ libfonts_get_default_font(enum libfonts_default_font font, struct libfonts_conte if (r) goto out; - /* TODO - * as a last resort look around for some - * font that matches the specification as - * well as possible - */ + /* TODO as a last resort look around for some font that matches the specification as well as possible */ ret = NULL; r = 0; |