summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-05 19:00:13 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-05 19:00:13 +0000
commitd8b91982114e550e7f9167f5cd984b41a0eac2eb (patch)
tree92e675a71aa6eadb05dd57a37db9ceab292fa1b9 /amiga/gui.c
parentc2a79e7b503616209389abc16bc54058264a20a7 (diff)
downloadnetsurf-d8b91982114e550e7f9167f5cd984b41a0eac2eb.tar.gz
netsurf-d8b91982114e550e7f9167f5cd984b41a0eac2eb.tar.bz2
typo
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index f72a039ad..ed7327951 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -4662,7 +4662,7 @@ static void ami_do_redraw(struct gui_window_2 *gwin)
{
#ifndef __amigaos4__
/* Try to avoid some overprinting - might need glob->rp clearing instead */
- ami_plot_clear_box(gwin->win->RPort, bbox);
+ ami_plot_clear_bbox(gwin->win->RPort, bbox);
#endif
ami_do_redraw_tiled(gwin, true, hcurrent, vcurrent, width, height, hcurrent, vcurrent, bbox, &ctx);
}