summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/render/layout.h b/render/layout.h
index 808191a6c..40504624d 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -36,5 +36,6 @@ 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);
void layout_calculate_descendant_bboxes(struct box *box);
-
+void layout_minmax_table(struct box *table,
+ const struct font_functions *font_func);
#endif