summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 01f149c31..ab94e8ca0 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -540,6 +540,13 @@ nsurl *gui_get_resource_url(const char *path)
return url;
}
+/* Documented in desktop/options.h */
+void gui_options_init_defaults(void)
+{
+ /* Set defaults for absent option strings */
+ ami_set_options(); /* check options and set defaults where required */
+}
+
void gui_init(int argc, char** argv)
{
BPTR lock = 0;
@@ -549,8 +556,6 @@ void gui_init(int argc, char** argv)
ami_clipboard_init();
ami_openurl_open();
- ami_set_options(); /* check options and set defaults where required */
-
win_destroyed = false;
nsscreentitle = ASPrintf("NetSurf %s",netsurf_version);