summaryrefslogtreecommitdiff
path: root/riscos/options.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-02-13 23:07:42 +0000
committerJames Bursa <james@netsurf-browser.org>2004-02-13 23:07:42 +0000
commit765c02622b23acbfdf0ec426e1e9d5beb2158680 (patch)
tree20d47b0796a8fb28b73bfc51307d9eb5b7d6bd6b /riscos/options.h
parentb5fd9fb2977636b64e15abad3155a5513e29eae8 (diff)
downloadnetsurf-765c02622b23acbfdf0ec426e1e9d5beb2158680.tar.gz
netsurf-765c02622b23acbfdf0ec426e1e9d5beb2158680.tar.bz2
[project @ 2004-02-13 23:07:42 by bursa]
Add font size configuration and fix proxy options bug. svn path=/import/netsurf/; revision=538
Diffstat (limited to 'riscos/options.h')
-rw-r--r--riscos/options.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/riscos/options.h b/riscos/options.h
index 368e1964c..965216170 100644
--- a/riscos/options.h
+++ b/riscos/options.h
@@ -15,15 +15,15 @@
#include "netsurf/desktop/options.h"
-extern int option_use_mouse_gestures;
-extern int option_allow_text_selection;
-extern int option_show_toolbar;
+extern bool option_use_mouse_gestures;
+extern bool option_allow_text_selection;
+extern bool option_show_toolbar;
extern char *option_theme;
#define EXTRA_OPTION_DEFINE \
-int option_use_mouse_gestures = false;\
-int option_allow_text_selection = true;\
-int option_show_toolbar = true;\
+bool option_use_mouse_gestures = false;\
+bool option_allow_text_selection = true;\
+bool option_show_toolbar = true;\
char *option_theme = 0;
#define EXTRA_OPTION_TABLE \