summaryrefslogtreecommitdiff
path: root/include/libcss/computed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/computed.h')
-rw-r--r--include/libcss/computed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index a55cc4b..df2f5cf 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -341,6 +341,7 @@ css_error css_computed_style_compose(const css_computed_style *parent,
const css_computed_style *child,
css_error (*compute_font_size)(void *pw,
const struct css_hint *parent,
+ bool may_clamp,
struct css_hint *size),
void *pw,
css_computed_style *result);