summaryrefslogtreecommitdiff
path: root/amiga/font_scan.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-05-05 19:09:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-05-05 19:09:42 +0000
commit7003f6932efd8a118acbd30fba85e15bd76238dd (patch)
tree3fc9c5a8ee2828213249001ff953f2fea78c2391 /amiga/font_scan.h
parent2f7061b894af10797003eaa37a3fb8c3aeeaf079 (diff)
downloadnetsurf-7003f6932efd8a118acbd30fba85e15bd76238dd.tar.gz
netsurf-7003f6932efd8a118acbd30fba85e15bd76238dd.tar.bz2
Use font_unicode option as preferred (first scanned) font. Ideally need to
expand this so multiple fonts can be specified. Allow disabling of scanning other fonts. Add stubs for a scanning progress GUI. svn path=/trunk/netsurf/; revision=13907
Diffstat (limited to 'amiga/font_scan.h')
-rwxr-xr-xamiga/font_scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font_scan.h b/amiga/font_scan.h
index 8b0ecc7ce..62dfced2e 100755
--- a/amiga/font_scan.h
+++ b/amiga/font_scan.h
@@ -21,7 +21,7 @@
#include <libwapcaplet/libwapcaplet.h>
-void ami_font_scan_init(const char *filename, struct MinList *list,
+void ami_font_scan_init(const char *filename, bool force_scan,
lwc_string **glypharray);
void ami_font_scan_fini(lwc_string **glypharray);
const char *ami_font_scan_lookup(uint16 code, lwc_string **glypharray);