summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:27:37 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-02-13 18:27:37 +0000
commit76d1758d7f51d071be9c09b55e50c6ee82ed8afc (patch)
treed93f4e7130835136b77fe58bcfb8cbdba3172efb /frontends/amiga/gui.c
parente38f4d2f1a2211ed03ac6418c460931194fa2870 (diff)
downloadnetsurf-76d1758d7f51d071be9c09b55e50c6ee82ed8afc.tar.gz
netsurf-76d1758d7f51d071be9c09b55e50c6ee82ed8afc.tar.bz2
Make gui_globals less... global
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index a8a1265d9..a82482c9f 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -4911,6 +4911,8 @@ static void ami_do_redraw(struct gui_window_2 *gwin)
}
else
{
+#if 0
+/**FIXME: this is broken, only exists for debugging */
ami_plot_ra_set_pen_list(browserglob, gwin->shared_pens);
temprp = browserglob->rp;
browserglob->rp = gwin->win->RPort;
@@ -4928,6 +4930,7 @@ static void ami_do_redraw(struct gui_window_2 *gwin)
}
ami_reset_pointer(gwin);
+#endif
}
/* Tell NetSurf not to bother with the next queued box redraw, as we've redrawn everything. */
ami_gui_window_update_box_deferred(gwin->gw, false);