summaryrefslogtreecommitdiff
path: root/src/select/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/dispatch.h')
-rw-r--r--src/select/dispatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/dispatch.h b/src/select/dispatch.h
index 2fcb739..c1db7d9 100644
--- a/src/select/dispatch.h
+++ b/src/select/dispatch.h
@@ -28,9 +28,9 @@ enum prop_group {
};
extern struct prop_table {
- css_error (*cascade)(uint32_t opv, css_style *style,
+ css_error (*cascade)(uint32_t opv, css_style *style,
css_select_state *state);
- css_error (*set_from_hint)(const css_hint *hint,
+ css_error (*set_from_hint)(const css_hint *hint,
css_computed_style *style);
css_error (*initial)(css_select_state *state);
css_error (*compose)(const css_computed_style *parent,