summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2006-12-31 23:47:17 +0000
committerJames Bursa <james@netsurf-browser.org>2006-12-31 23:47:17 +0000
commitd117eb452763e1da14c89b9a5379285b56d6ad78 (patch)
tree137186df11689bc8ff7c9349a0910a74cd89c77a /render/box.h
parent3d09fed0af65ba1dc295573ecd7bf9385aec5186 (diff)
downloadnetsurf-d117eb452763e1da14c89b9a5379285b56d6ad78.tar.gz
netsurf-d117eb452763e1da14c89b9a5379285b56d6ad78.tar.bz2
Stop animated images rendering for hidden or fallback boxes.
svn path=/trunk/netsurf/; revision=3128
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 1 insertions, 0 deletions
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);