Fix animated GIF display

svn path=/trunk/netsurf/; revision=6397
This commit is contained in:
Chris Young 2009-02-08 10:12:27 +00:00
parent ac6b80c988
commit e1133726c9
1 changed files with 1 additions and 1 deletions

View File

@ -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);