From 61294f493e43dd273d7bc06eacf0b3f16baeb5c8 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 17 Aug 2008 16:22:40 +0000 Subject: Close fonts properly and default back to initial RastPort font. svn path=/trunk/netsurf/; revision=5136 --- amiga/font.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'amiga/font.h') diff --git a/amiga/font.h b/amiga/font.h index 857bee429..4e7c6f197 100755 --- a/amiga/font.h +++ b/amiga/font.h @@ -20,7 +20,9 @@ #define AMIGA_FONT_H #include "css/css.h" +#include -void ami_open_font(struct css_style *); +struct TextFont *ami_open_font(struct css_style *); +void ami_close_font(struct TextFont *tfont); #endif -- cgit v1.2.3