Skip to content

Commit

Permalink
Moved API design FIXMEs to #43 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Jul 12, 2021
1 parent 321e293 commit 768ef83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fbink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 768ef83

Please sign in to comment.