summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 391f393..e961275 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -67,8 +67,9 @@ typedef struct css_select_handler {
css_error (*ua_default_for_property)(void *pw, uint32_t property,
css_hint *hint);
-// css_error (*ua_font_keyword_to_size)(void *pw, uint32_t keyword,
-// css_hint *hint);
+
+ css_error (*compute_font_size)(void *pw, const css_hint *parent,
+ css_hint *size);
} css_select_handler;
css_error css_select_ctx_create(css_allocator_fn alloc, void *pw,