From 2f5753d607a93c8ae18aab3dd675b111af7d879d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 4 Jul 2009 12:59:37 +0000 Subject: Query client for initial values of color, font-family, quotes, and voice-family properties. svn path=/trunk/libcss/; revision=8306 --- include/libcss/select.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/libcss/select.h') diff --git a/include/libcss/select.h b/include/libcss/select.h index 3cdaf3c..391f393 100644 --- a/include/libcss/select.h +++ b/include/libcss/select.h @@ -64,6 +64,11 @@ typedef struct css_select_handler { css_error (*node_presentational_hint)(void *pw, void *node, uint32_t property, css_hint *hint); + + 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_select_handler; css_error css_select_ctx_create(css_allocator_fn alloc, void *pw, -- cgit v1.2.3