From 946566b0b645d1789c20ef4b48cd2e7dd423545e Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 19 Jul 2004 14:29:16 +0000 Subject: [project @ 2004-07-19 14:29:16 by bursa] Make layout_inline_container() public for use of textareas. svn path=/import/netsurf/; revision=1103 --- render/layout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/layout.h') diff --git a/render/layout.h b/render/layout.h index b1495f2d9..20a993c14 100644 --- a/render/layout.h +++ b/render/layout.h @@ -20,5 +20,7 @@ bool layout_document(struct box *box, int width, pool box_pool); bool layout_block_context(struct box *block, pool box_pool); +bool layout_inline_container(struct box *box, int width, + struct box *cont, int cx, int cy, pool box_pool); #endif -- cgit v1.2.3