From 765c02622b23acbfdf0ec426e1e9d5beb2158680 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 13 Feb 2004 23:07:42 +0000 Subject: [project @ 2004-02-13 23:07:42 by bursa] Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538 --- desktop/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop/options.h') diff --git a/desktop/options.h b/desktop/options.h index 3c2acced9..4f8653554 100644 --- a/desktop/options.h +++ b/desktop/options.h @@ -27,6 +27,8 @@ extern bool option_http_proxy; extern char *option_http_proxy_host; extern int option_http_proxy_port; +extern int option_font_size; +extern int option_font_min_size; void options_read(const char *path); void options_write(const char *path); -- cgit v1.2.3