From 2565a37a52a5c714e7c6bbd1808db0d6d37c6ea3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 21 Jul 2009 10:59:53 +0000 Subject: Refactor text plotter and other font functions to remove dependency on CSS. svn path=/trunk/netsurf/; revision=8641 --- desktop/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/options.c') diff --git a/desktop/options.c b/desktop/options.c index 28cdecf3c..e885174a4 100644 --- a/desktop/options.c +++ b/desktop/options.c @@ -36,6 +36,7 @@ #include "content/urldb.h" #include "css/css.h" #include "desktop/options.h" +#include "desktop/plot_style.h" #include "desktop/tree.h" #include "utils/log.h" #include "utils/messages.h" @@ -103,7 +104,7 @@ bool option_animate_images = true; /** How many days to retain URL data for */ int option_expire_url = 28; /** Default font family */ -int option_font_default = CSS_FONT_FAMILY_SANS_SERIF; +int option_font_default = PLOT_FONT_FAMILY_SANS_SERIF; /** ca-bundle location */ char *option_ca_bundle = 0; /** ca-path location */ -- cgit v1.2.3