summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-08 10:12:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-02-08 10:12:27 +0000
commite1133726c99d5429ca4ec3867ae24f38635a0541 (patch)
tree23ff1ab5dab7df232e12c450bd279fb6c8e8c4d8 /amiga
parentac6b80c98803f5c1a16de2717d8856877584d415 (diff)
downloadnetsurf-e1133726c99d5429ca4ec3867ae24f38635a0541.tar.gz
netsurf-e1133726c99d5429ca4ec3867ae24f38635a0541.tar.bz2
Fix animated GIF display
svn path=/trunk/netsurf/; revision=6397
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 34f6b8446..bce094267 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2122,7 +2122,7 @@ void gui_window_redraw_window(struct gui_window *g)
void gui_window_update_box(struct gui_window *g,
const union content_msg_data *data)
{
- ami_do_redraw_limits(g,data->redraw.object,
+ ami_do_redraw_limits(g,g->shared->bw->current_content,
data->redraw.x,data->redraw.y,
data->redraw.width+data->redraw.x,
data->redraw.height+data->redraw.y);