summaryrefslogtreecommitdiff
path: root/css/select.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-01-05 19:36:05 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-01-05 19:36:05 +0000
commit08ed4c207f7f8688075c84e4b3cd5ab73470c246 (patch)
tree90f517c899a05a61c64fca95746505ed94539266 /css/select.h
parent027726c4324663f391f070a759b5c730fc04dfe7 (diff)
downloadnetsurf-08ed4c207f7f8688075c84e4b3cd5ab73470c246.tar.gz
netsurf-08ed4c207f7f8688075c84e4b3cd5ab73470c246.tar.bz2
Update to new libcss API for simultanious selection for base element and its pseudo elements.
svn path=/trunk/netsurf/; revision=11215
Diffstat (limited to 'css/select.h')
-rw-r--r--css/select.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/css/select.h b/css/select.h
index 770548d84..21b53867d 100644
--- a/css/select.h
+++ b/css/select.h
@@ -31,9 +31,8 @@ css_stylesheet *nscss_create_inline_style(const uint8_t *data, size_t len,
const char *charset, const char *url, bool allow_quirks,
css_allocator_fn alloc, void *pw);
-css_computed_style *nscss_get_style(struct content *html, xmlNode *n,
- uint32_t pseudo_element, uint64_t media,
- const css_stylesheet *inline_style,
+css_select_results *nscss_get_style(struct content *html, xmlNode *n,
+ uint64_t media, const css_stylesheet *inline_style,
css_allocator_fn alloc, void *pw);
css_computed_style *nscss_get_blank_style(struct content *html,