summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h2
1 files changed, 2 insertions, 0 deletions
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);