summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-21 23:25:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-12-21 23:25:35 +0000
commitdf64fb7903d791bc6fa63e41558026848dcb0182 (patch)
tree67e3914ee941f7c284b72f742a3d6eef841843c1 /amiga/options.h
parentd2b2000367169e1132872b2cee68406555251986 (diff)
downloadnetsurf-df64fb7903d791bc6fa63e41558026848dcb0182.tar.gz
netsurf-df64fb7903d791bc6fa63e41558026848dcb0182.tar.bz2
Non-functional search bar
svn path=/trunk/netsurf/; revision=9754
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amiga/options.h b/amiga/options.h
index b531b7f19..04f7d2467 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -37,6 +37,7 @@ extern bool option_new_tab_active;
extern bool option_kiosk_mode;
extern char *option_recent_file;
extern char *option_search_engines_file;
+extern char *option_search_ico_file;
extern char *option_arexx_dir;
extern char *option_download_dir;
extern bool option_faster_scroll;
@@ -66,6 +67,7 @@ bool option_new_tab_active = false; \
bool option_kiosk_mode = false; \
char *option_recent_file = 0; \
char *option_search_engines_file = 0; \
+char *option_search_ico_file = 0; \
char *option_arexx_dir = 0; \
char *option_download_dir = 0; \
bool option_faster_scroll = true; \
@@ -95,6 +97,7 @@ bool option_hide_docky_icon = false; \
{ "kiosk_mode", OPTION_BOOL, &option_kiosk_mode}, \
{ "recent_file", OPTION_STRING, &option_recent_file }, \
{ "search_engines_file", OPTION_STRING, &option_search_engines_file }, \
+{ "search_ico_file", OPTION_STRING, &option_search_ico_file }, \
{ "arexx_dir", OPTION_STRING, &option_arexx_dir }, \
{ "download_dir", OPTION_STRING, &option_download_dir }, \
{ "faster_scroll", OPTION_BOOL, &option_faster_scroll}, \