From 199eee4b0bc2d825d0b48fda3644e81712a2b892 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 26 Apr 2004 13:47:51 +0000 Subject: [project @ 2004-04-26 13:47:51 by bursa] Fix scaled GIF animations. svn path=/import/netsurf/; revision=805 --- riscos/gif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/gif.c') diff --git a/riscos/gif.c b/riscos/gif.c index 6e50889a1..63952342e 100644 --- a/riscos/gif.c +++ b/riscos/gif.c @@ -161,6 +161,8 @@ void nsgif_animate(void *p) data.redraw.object = c; data.redraw.object_x = 0; data.redraw.object_y = 0; + data.redraw.object_width = c->width; + data.redraw.object_height = c->height; content_broadcast(c, CONTENT_MSG_REDRAW, data); } -- cgit v1.2.3