From adccaadb57224f7a1b149e12862f845f3c729efa Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 11 Jan 2016 20:05:15 +0000 Subject: More consistent naming for font cache elements --- amiga/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h index 375e15032..98b0a0c74 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -23,14 +23,14 @@ #include #include -struct ami_font_node; +struct ami_font_cache_node; ULONG ami_font_unicode_text(struct RastPort *rp, const char *string, ULONG length, const plot_font_style_t *fstyle, ULONG x, ULONG y, bool aa); void ami_font_setdevicedpi(int id); void ami_init_fonts(void); void ami_close_fonts(void); -void ami_font_close(struct ami_font_node *node); +void ami_font_close(struct ami_font_cache_node *node); /* Alternate entry points into font_scan */ void ami_font_initscanner(bool force, bool save); -- cgit v1.2.3