summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2006-03-31 10:41:21 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2006-03-31 10:41:21 +0000
commitb875473027eeccb9233fbdcd7bb6516de301d4c0 (patch)
treebe94db40a24720b6b174f158e2c9746562274284 /desktop/options.h
parent5d434ff0023f97b694d87d5dd4a498357a011f78 (diff)
downloadnetsurf-b875473027eeccb9233fbdcd7bb6516de301d4c0.tar.gz
netsurf-b875473027eeccb9233fbdcd7bb6516de301d4c0.tar.bz2
[project @ 2006-03-31 10:41:21 by rjek]
Move default font face choices from RISC OS front end to core svn path=/import/netsurf/; revision=2482
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index e924892cc..35e1d62a9 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -46,6 +46,11 @@ extern bool option_send_referer;
extern bool option_animate_images;
extern int option_expire_url;
extern int option_font_default; /* a css_font_family */
+extern char *option_font_sans;
+extern char *option_font_serif;
+extern char *option_font_mono;
+extern char *option_font_cursive;
+extern char *option_font_fantasy;
extern char *option_ca_bundle;
extern char *option_cookie_file;
extern char *option_cookie_jar;