From 3e7ea29e4b7a4441024846a49e90acaee4bdaf7b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 2 Mar 2011 19:30:08 +0000 Subject: Move clone to box flags. svn path=/trunk/netsurf/; revision=11890 --- render/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/layout.c') diff --git a/render/layout.c b/render/layout.c index 4a6718fe1..067321708 100644 --- a/render/layout.c +++ b/render/layout.c @@ -1932,7 +1932,7 @@ static bool layout_text_box_split(struct content *content, c2 = talloc_memdup(content, split_box, sizeof *c2); if (!c2) return false; - c2->clone = 1; + c2->flags |= CLONE; /* Set remaining text in c2 */ if (split_box->parent->parent->gadget != NULL) { -- cgit v1.2.3