From 76d1758d7f51d071be9c09b55e50c6ee82ed8afc Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 13 Feb 2017 18:27:37 +0000 Subject: Make gui_globals less... global --- frontends/amiga/gui.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/amiga/gui.c') 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); -- cgit v1.2.3