From 768ef83399ea729b843e45ad7cf245343a3dfb6a Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Mon, 12 Jul 2021 23:13:17 +0200 Subject: [PATCH] Moved API design FIXMEs to https://github.com/NiLuJe/FBInk/issues/43#issuecomment-878599362 --- fbink.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fbink.c b/fbink.c index 14e17098..1d3d76f4 100644 --- a/fbink.c +++ b/fbink.c @@ -2760,8 +2760,6 @@ static inline void } } -// FIXME: Ideally, we'd just take a pointer to an FBInkConfig* instead of splitting a few things off of it, -// but doing it is currently mildly helpful because of fbink_print_ot's FBInkConfig-less feature... static int refresh(int fbfd, const struct mxcfb_rect region, @@ -7792,7 +7790,6 @@ static __attribute__((cold)) const char* } // Small public wrapper around refresh(), without the caller having to depend on mxcfb headers -// FIXME: Create a v2 that takes a pointer to an FBInkRect? int fbink_refresh(int fbfd UNUSED_BY_LINUX, uint32_t region_top UNUSED_BY_LINUX,