From fbea34894d58c202f1bc436511ac7ba61791c8d9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 27 Aug 2022 13:01:43 +0100 Subject: Select: Properties: Add copy hander to dispatch table --- src/select/dispatch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/select/dispatch.h') diff --git a/src/select/dispatch.h b/src/select/dispatch.h index e3f93a3..8ddf4f9 100644 --- a/src/select/dispatch.h +++ b/src/select/dispatch.h @@ -23,6 +23,8 @@ extern struct prop_table { css_error (*set_from_hint)(const css_hint *hint, css_computed_style *style); css_error (*initial)(css_select_state *state); + css_error (*copy)(const css_computed_style *from, + css_computed_style *to); css_error (*compose)(const css_computed_style *parent, const css_computed_style *child, css_computed_style *result); -- cgit v1.2.3