summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-19 21:15:23 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2011-01-19 21:15:23 +0000
commitcd7293320173dfa5ae12810ec51b0708c8bae924 (patch)
tree69d0bab3af1a3ebd47678f1a22bb47f7dc4ce17f /render/box.h
parentf85335a7f9fdbff012409bb2af8fecc81740eab0 (diff)
downloadnetsurf-cd7293320173dfa5ae12810ec51b0708c8bae924.tar.gz
netsurf-cd7293320173dfa5ae12810ec51b0708c8bae924.tar.bz2
Ensure we free more of the css stuff for the box model.
svn path=/trunk/netsurf/; revision=11399
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index f8c85627b..5ca366497 100644
--- a/render/box.h
+++ b/render/box.h
@@ -141,6 +141,8 @@ struct box {
* a box's 'styles' select results, except for implied boxes, where it
* is a pointer to an owned computed style. */
css_computed_style *style;
+ /** Whether the style is owned by this box. */
+ bool style_owned;
/** Coordinate of left padding edge relative to parent box, or relative
* to ancestor that contains this box in float_children for FLOAT_. */