summaryrefslogtreecommitdiff
path: root/css/select.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-05-03 16:10:15 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-05 10:49:58 +0000
commit8e580ccd195d2b7ae896803391ef404cb3b41d3b (patch)
tree669ca709166eaefea33e9788bc6b1c398d3f8bb5 /css/select.h
parentf06ec6390a3286db180ad3fda97baab9e8b54663 (diff)
downloadnetsurf-8e580ccd195d2b7ae896803391ef404cb3b41d3b.tar.gz
netsurf-8e580ccd195d2b7ae896803391ef404cb3b41d3b.tar.bz2
Split out presentational hints handling.
Diffstat (limited to 'css/select.h')
-rw-r--r--css/select.h6
1 files changed, 3 insertions, 3 deletions
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