From 611ec68e46d77168ff16b00e083d362e29be007d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 2 Jan 2006 23:31:29 +0000 Subject: [project @ 2006-01-02 23:31:28 by jmb] Implement font default option properly svn path=/import/netsurf/; revision=1969 --- desktop/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index ee9c48415..ffd8fb83f 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -45,6 +45,7 @@ extern int option_minimum_gif_delay; extern bool option_send_referer; extern bool option_animate_images; extern int option_expire_url; +extern int option_font_default; /* a css_font_family */ void options_read(const char *path); void options_write(const char *path); -- cgit v1.2.3