From 414f42faac3f69ab079c11c782cc8fb2da0e888a Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 31 Jan 2009 13:26:28 +0000 Subject: Make inline boxes store the height of their line box and include in box tree dump. svn path=/trunk/netsurf/; revision=6319 --- 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 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 -- cgit v1.2.3