summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-03-01 14:31:54 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-03-01 14:31:54 +0000
commit9660442e927c472cce96e6497e72e35b920e475b (patch)
treece25ea31ec0c60818687c7fc8b3947be30d5606b /amiga/context_menu.c
parentf1343377ffbb6098f665152e8f1b97287bc9c012 (diff)
downloadnetsurf-9660442e927c472cce96e6497e72e35b920e475b.tar.gz
netsurf-9660442e927c472cce96e6497e72e35b920e475b.tar.bz2
remove obsolete, unused gui_window_redraw API
svn path=/trunk/netsurf/; revision=11870
Diffstat (limited to 'amiga/context_menu.c')
-rwxr-xr-xamiga/context_menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index 01044847e..30d9a557c 100755
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -420,7 +420,9 @@ static uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved
box->gadget->value = utf8_fn;
box_coords(box, (int *)&x, (int *)&y);
- gui_window_redraw(gwin->bw->window,x,y,
+ ami_do_redraw_limits(gwin->bw->window,
+ gwin->bw->window->shared->bw,
+ x,y,
x + box->width,
y + box->height);
}