diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-05-06 17:55:35 +0000 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-05-06 17:55:35 +0000 |
commit | 0161b2a33ecb325cbfd94c7dec3d89f51f2c0b49 (patch) | |
tree | 77a55ff1fcfc9afcd0aa8e70be6ad0c019e06fca /amiga/font_scan.h | |
parent | 7003f6932efd8a118acbd30fba85e15bd76238dd (diff) | |
download | netsurf-0161b2a33ecb325cbfd94c7dec3d89f51f2c0b49.tar.gz |
Rescan fonts if preferred fallback font is changed in the GUI
svn path=/trunk/netsurf/; revision=13908
Diffstat (limited to 'amiga/font_scan.h')
-rwxr-xr-x | amiga/font_scan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/font_scan.h b/amiga/font_scan.h index 62dfced2e..24649854c 100755 --- a/amiga/font_scan.h +++ b/amiga/font_scan.h @@ -21,9 +21,10 @@ #include <libwapcaplet/libwapcaplet.h> -void ami_font_scan_init(const char *filename, bool force_scan, +void ami_font_scan_init(const char *filename, bool force_scan, bool save, lwc_string **glypharray); void ami_font_scan_fini(lwc_string **glypharray); +void ami_font_scan_save(const char *filename, lwc_string **glypharray); const char *ami_font_scan_lookup(uint16 code, lwc_string **glypharray); #endif |