summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-12-21 15:51:23 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-12-21 15:51:23 +0000
commit6a4d4489f55f24ed0e446bac1e661a78513cc0a6 (patch)
tree0ef78fd40ac2b60f77bd0f96789b9e655dc55c2b /render/box.h
parent5bff3e3287501d494536b074a5c540c5be2e94bd (diff)
downloadnetsurf-6a4d4489f55f24ed0e446bac1e661a78513cc0a6.tar.gz
netsurf-6a4d4489f55f24ed0e446bac1e661a78513cc0a6.tar.bz2
Rewrite inline rendering. Fixes issues with borders,
background colour and background image display when inlines have margins and paddings. Support for background position on inlines. Fix BOX_INLINE descendant calculation to include BOX_INLINE_END. svn path=/trunk/netsurf/; revision=5916
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 c66767225..7bee3813d 100644
--- a/render/box.h
+++ b/render/box.h
@@ -200,6 +200,7 @@ struct box {
/** INLINE_END box corresponding to this INLINE box, or INLINE box
* corresponding to this INLINE_END box. */
struct box *inline_end;
+ bool inline_new_line;
/** 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