summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libcss/computed.h1
-rw-r--r--include/libcss/select.h2
2 files changed, 2 insertions, 1 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);
diff --git a/include/libcss/select.h b/include/libcss/select.h
index e961275..5eaf120 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -69,7 +69,7 @@ typedef struct css_select_handler {
css_hint *hint);
css_error (*compute_font_size)(void *pw, const css_hint *parent,
- css_hint *size);
+ bool may_clamp, css_hint *size);
} css_select_handler;
css_error css_select_ctx_create(css_allocator_fn alloc, void *pw,