summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-04-12 00:00:47 +0000
committerJames Bursa <james@netsurf-browser.org>2004-04-12 00:00:47 +0000
commit9628b9102c5da9d9435af915778ec8b7804505d4 (patch)
tree33976f4dc1c57f29edb8be5a76f35eb131b1afdc /render/layout.h
parentcc48a49f21ed5e5232c372018e7846f477e1c018 (diff)
downloadnetsurf-9628b9102c5da9d9435af915778ec8b7804505d4.tar.gz
netsurf-9628b9102c5da9d9435af915778ec8b7804505d4.tar.bz2
[project @ 2004-04-12 00:00:47 by bursa]
Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/layout.h b/render/layout.h
index ec52d745d..fc2e2744a 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -17,6 +17,6 @@
#define _NETSURF_RENDER_LAYOUT_H_
void layout_document(struct box *box, int width);
-void layout_block(struct box *box, struct box *cont, int cx, int cy);
+void layout_block_context(struct box *block);
#endif