summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-01 23:57:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-01 23:57:35 +0000
commitdab118b6f7e9a22ed01413a2ce2fd60e4c4df97b (patch)
treed884c0aa457de863d821f69033b6a1ce52c44cf3 /frontends/amiga/gui.c
parent3227ed655609e731f3d216706c524028f566f114 (diff)
downloadnetsurf-dab118b6f7e9a22ed01413a2ce2fd60e4c4df97b.tar.gz
netsurf-dab118b6f7e9a22ed01413a2ce2fd60e4c4df97b.tar.bz2
Amga core window redraw
This almost certainly will not work properly
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 46961dd0f..9499ff829 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -4741,7 +4741,7 @@ static void ami_gui_window_update_box_deferred(struct gui_window *g, bool draw)
if(draw == true) ami_reset_pointer(g->shared);
}
-static bool ami_gui_window_update_box_deferred_check(struct MinList *deferred_rects,
+bool ami_gui_window_update_box_deferred_check(struct MinList *deferred_rects,
const struct rect *restrict new_rect, APTR mempool)
{
struct nsObject *node;