summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-01-31 13:26:28 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-01-31 13:26:28 +0000
commit414f42faac3f69ab079c11c782cc8fb2da0e888a (patch)
treee02c2af3ffcfc29e0c203a17e69d457c15fe496f /render/box.h
parentbce01f90bcdc3dd9d574d4bf40897c4d576dc9aa (diff)
downloadnetsurf-414f42faac3f69ab079c11c782cc8fb2da0e888a.tar.gz
netsurf-414f42faac3f69ab079c11c782cc8fb2da0e888a.tar.bz2
Make inline boxes store the height of their line box and include in box tree dump.
svn path=/trunk/netsurf/; revision=6319
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 5d31a198b..c12e3c343 100644
--- a/render/box.h
+++ b/render/box.h
@@ -201,6 +201,7 @@ struct box {
* corresponding to this INLINE_END box. */
struct box *inline_end;
bool inline_new_line;
+ int line_height;
/** First float child box, or 0. Float boxes are in the tree twice, in
* this list for the block box which defines the area for floats, and