summaryrefslogtreecommitdiff
path: root/src/select/properties/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/properties.h')
-rw-r--r--src/select/properties/properties.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/select/properties/properties.h b/src/select/properties/properties.h
index 0d9cd72..5312ce9 100644
--- a/src/select/properties/properties.h
+++ b/src/select/properties/properties.h
@@ -15,10 +15,10 @@
#include "select/select.h"
#define PROPERTY_FUNCS(pname) \
- css_error cascade_##pname (uint32_t opv, css_style *style, css_select_state *state); \
- css_error set_##pname##_from_hint(const css_hint *hint, css_computed_style *style); \
- css_error initial_##pname (css_select_state *state); \
- css_error compose_##pname (const css_computed_style *parent, const css_computed_style *child, css_computed_style *result); \
+ css_error css__cascade_##pname (uint32_t opv, css_style *style, css_select_state *state); \
+ css_error css__set_##pname##_from_hint(const css_hint *hint, css_computed_style *style); \
+ css_error css__initial_##pname (css_select_state *state); \
+ css_error css__compose_##pname (const css_computed_style *parent, const css_computed_style *child, css_computed_style *result); \
uint32_t destroy_##pname (void *bytecode)
PROPERTY_FUNCS(azimuth);