From 6a4d4489f55f24ed0e446bac1e661a78513cc0a6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 21 Dec 2008 15:51:23 +0000 Subject: 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 --- render/box.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/box.c') diff --git a/render/box.c b/render/box.c index 023c444cc..da82bf3f0 100644 --- a/render/box.c +++ b/render/box.c @@ -93,6 +93,7 @@ struct box * box_create(struct css_style *style, box->columns = 1; box->rows = 1; box->start_column = 0; + box->inline_new_line = false; box->printed = false; box->next = NULL; box->prev = NULL; -- cgit v1.2.3