From 894ba8b6230ffa57e1a5037adbd1b246a9a877da Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 2 Jul 2005 18:06:10 +0000 Subject: [project @ 2005-07-02 18:06:10 by bursa] New files for some table layout functions. svn path=/import/netsurf/; revision=1776 --- render/table.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 render/table.h (limited to 'render/table.h') diff --git a/render/table.h b/render/table.h new file mode 100644 index 000000000..123ddfa84 --- /dev/null +++ b/render/table.h @@ -0,0 +1,22 @@ +/* + * This file is part of NetSurf, http://netsurf.sourceforge.net/ + * Licensed under the GNU General Public License, + * http://www.opensource.org/licenses/gpl-license + * Copyright 2005 James Bursa + */ + +/** \file + * Table processing and layout (interface). + */ + +#ifndef _NETSURF_RENDER_TABLE_H_ +#define _NETSURF_RENDER_TABLE_H_ + +#include + +struct box; + +bool table_calculate_column_types(struct box *table); +void table_collapse_borders(struct box *table); + +#endif -- cgit v1.2.3