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 c56b42d9c..f37f8fd7c 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -20,7 +20,7 @@
struct box;
-bool layout_document(struct content *content, int width);
+bool layout_document(struct content *content, int width, int height);
bool layout_block_context(struct box *block, struct content *content);
bool layout_inline_container(struct box *box, int width,
struct box *cont, int cx, int cy, struct content *content);