From da7915e3931a0b43d75d2a1e041f339f356e1d4b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 16 Jul 2009 14:37:55 +0000 Subject: Add a flag to the font size computation callback to indicate that the resultant absolute font size should not be clamped to a fixed minimum (e.g. if the client has a minimum permissible font size) svn path=/trunk/libcss/; revision=8586 --- include/libcss/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libcss/select.h') 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, -- cgit v1.2.3