From d117eb452763e1da14c89b9a5379285b56d6ad78 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 31 Dec 2006 23:47:17 +0000 Subject: Stop animated images rendering for hidden or fallback boxes. svn path=/trunk/netsurf/; revision=3128 --- render/box.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index e932b7480..bdc2fdbdc 100644 --- a/render/box.h +++ b/render/box.h @@ -276,6 +276,7 @@ struct box *box_at_point(struct box *box, int x, int y, struct content **content); struct box *box_object_at_point(struct content *c, int x, int y); struct box *box_find_by_id(struct box *box, const char *id); +bool *box_visible(struct box *box); void box_dump(struct box *box, unsigned int depth); bool box_extract_link(const char *rel, const char *base, char **result); -- cgit v1.2.3