summaryrefslogtreecommitdiff
path: root/frontends/amiga/arexx.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-10 21:49:00 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-10 21:49:00 +0100
commit24b910f4ff72b24a871c7d66f9e5f5992625c975 (patch)
tree119b66b0857d06ba83a0058212098221e65026d5 /frontends/amiga/arexx.c
parenta5051c7128ee7ee9b0bc26a81ad7eb3af199d7ca (diff)
downloadnetsurf-24b910f4ff72b24a871c7d66f9e5f5992625c975.tar.gz
netsurf-24b910f4ff72b24a871c7d66f9e5f5992625c975.tar.bz2
Make the window list more private
TODO: fix arexx.c to not need it
Diffstat (limited to 'frontends/amiga/arexx.c')
-rw-r--r--frontends/amiga/arexx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/amiga/arexx.c b/frontends/amiga/arexx.c
index 7497ff9ba..05e780243 100644
--- a/frontends/amiga/arexx.c
+++ b/frontends/amiga/arexx.c
@@ -235,6 +235,7 @@ static int ami_find_tab_bw(struct gui_window_2 *gwin, struct browser_window *bw)
static struct gui_window *ami_find_tab(int window, int tab)
{
struct nsObject *node, *nnode;
+ struct MinList *window_list = ami_gui_get_window_list();
if(!IsMinListEmpty(window_list))
{
@@ -607,6 +608,7 @@ RXHOOKF(rx_active)
struct gui_window *gw = ami_gui_get_active_gw();
struct nsObject *node, *nnode;
struct gui_window_2 *gwin = NULL;
+ struct MinList *window_list = ami_gui_get_window_list();
cmd->ac_RC = 0;