From 8e580ccd195d2b7ae896803391ef404cb3b41d3b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 3 May 2015 16:10:15 +0100 Subject: Split out presentational hints handling. --- css/select.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/select.h') diff --git a/css/select.h b/css/select.h index 13b9e1201..0e0be9578 100644 --- a/css/select.h +++ b/css/select.h @@ -49,9 +49,9 @@ css_select_results *nscss_get_style(nscss_select_ctx *ctx, dom_node *n, css_computed_style *nscss_get_blank_style(nscss_select_ctx *ctx, const css_computed_style *parent); -css_error nscss_compute_font_size(void *pw, const css_hint *parent, - css_hint *size); -bool nscss_parse_colour(const char *data, css_color *result); +css_error named_ancestor_node(void *pw, void *node, + const css_qname *qname, void **ancestor); +css_error node_is_visited(void *pw, void *node, bool *match); #endif -- cgit v1.2.3