summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-27 09:30:08 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-27 09:30:08 +0000
commitd462fc0cd55b7dbc10e3f08329c4885107a0e59d (patch)
tree9db0c1d85a03f830105673793c1c8e117f3a973c /include/libcss/select.h
parent2244791cef34b0818dc6d2fab177efaa7b8a3040 (diff)
downloadlibcss-d462fc0cd55b7dbc10e3f08329c4885107a0e59d.tar.gz
libcss-d462fc0cd55b7dbc10e3f08329c4885107a0e59d.tar.bz2
I guess it helps if you commit the header, too.
svn path=/trunk/libcss/; revision=6286
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/libcss/select.h b/include/libcss/select.h
index 08a9a64..f515085 100644
--- a/include/libcss/select.h
+++ b/include/libcss/select.h
@@ -28,8 +28,12 @@ css_error css_select_ctx_get_sheet(css_select_ctx *ctx, uint32_t index,
const css_stylesheet **sheet);
css_error css_select_style(css_select_ctx *ctx, void *node,
- uint32_t pseudo_classes, uint32_t media,
- css_computed_style **result);
+ uint64_t pseudo_element, uint64_t pseudo_classes,
+ uint64_t media, css_computed_style *result);
+
+/* css_error css_computed_style_compose(const css_computed_style *parent,
+ const css_computed_style *child,
+ css_computed_style *result); */
/* css_error css_computed_style_destroy(css_computed_style *style); */