From 287986b28a9290cc46ef585bfcc47782ea55cc70 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 22 Sep 2003 21:55:08 +0000 Subject: [project @ 2003-09-22 21:55:08 by bursa] Experimental textarea editing code. svn path=/import/netsurf/; revision=309 --- 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 6e8ea6481..4a70cc7e4 100644 --- a/render/layout.h +++ b/render/layout.h @@ -13,5 +13,7 @@ */ void layout_document(struct box * box, unsigned long width); +void layout_block(struct box * box, unsigned long width, struct box * cont, + unsigned long cx, unsigned long cy); #endif -- cgit v1.2.3