From 50d95fdf6f598dc679c7065cd5ced044d5abcd8e Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 4 May 2002 19:57:18 +0000 Subject: [project @ 2002-05-04 19:57:18 by bursa] Split box and layout modules from render.c. svn path=/import/netsurf/; revision=13 --- render/layout.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 render/layout.h (limited to 'render/layout.h') diff --git a/render/layout.h b/render/layout.h new file mode 100644 index 000000000..e2879a957 --- /dev/null +++ b/render/layout.h @@ -0,0 +1,10 @@ +/** + * $Id: layout.h,v 1.1 2002/05/04 19:57:18 bursa Exp $ + */ + +/** + * interface + */ + +void layout_block(struct box * box, unsigned long width); + -- cgit v1.2.3