summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:14:10 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:14:10 +0100
commitdf2b14ed5f26f6aabaad548d38a24a724b242047 (patch)
tree0730a6e90d241e9f55bd17edffc1153294e45e85 /frontends/amiga/gui.c
parentccccf76ff841bbd9df517a184b14c3706491c6ce (diff)
downloadnetsurf-df2b14ed5f26f6aabaad548d38a24a724b242047.tar.gz
netsurf-df2b14ed5f26f6aabaad548d38a24a724b242047.tar.bz2
Make rxsig private to gui.c
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 36447512f..f285d9669 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -198,8 +198,9 @@ static bool win_destroyed;
static STRPTR nsscreentitle;
static struct MsgPort *applibport = NULL;
-static ULONG applibsig = 0;
static uint32 ami_appid = 0;
+static ULONG applibsig = 0;
+static ULONG rxsig = 0;
static struct Hook newprefs_hook;
static STRPTR temp_homepage_url = NULL;
@@ -944,7 +945,7 @@ static void gui_init2(int argc, char** argv)
nserror error;
struct browser_window *bw = NULL;
- notalreadyrunning = ami_arexx_init();
+ notalreadyrunning = ami_arexx_init(&rxsig);
/* Treeview init code ends up calling a font function which needs this */
glob = &browserglob;