summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
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