mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
Remove "inline" from getpix().
It doesn't make any difference to the speed on my system anyway.
This commit is contained in:
parent
7ba21188c8
commit
0d7093319a
@ -1213,7 +1213,7 @@ struct glyph {
|
||||
|
||||
static void dolookups(struct glyph const *);
|
||||
|
||||
static inline int
|
||||
static int
|
||||
getpix(char const data[YSIZE], int x, int y, unsigned flags)
|
||||
{
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user