summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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); */