Fix animated GIF display
svn path=/trunk/netsurf/; revision=6397
This commit is contained in:
parent
ac6b80c988
commit
e1133726c9
|
@ -2122,7 +2122,7 @@ void gui_window_redraw_window(struct gui_window *g)
|
||||||
void gui_window_update_box(struct gui_window *g,
|
void gui_window_update_box(struct gui_window *g,
|
||||||
const union content_msg_data *data)
|
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.x,data->redraw.y,
|
||||||
data->redraw.width+data->redraw.x,
|
data->redraw.width+data->redraw.x,
|
||||||
data->redraw.height+data->redraw.y);
|
data->redraw.height+data->redraw.y);
|
||||||
|
|
Loading…
Reference in New Issue