summaryrefslogtreecommitdiff
path: root/src/select/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/dispatch.c')
-rw-r--r--src/select/dispatch.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/select/dispatch.c b/src/select/dispatch.c
index f6172c6..0b73c26 100644
--- a/src/select/dispatch.c
+++ b/src/select/dispatch.c
@@ -12,10 +12,10 @@
* Dispatch table for properties, indexed by opcode
*/
#define PROPERTY_FUNCS(pname) \
- cascade_##pname, \
- set_##pname##_from_hint, \
- initial_##pname, \
- compose_##pname
+ css__cascade_##pname, \
+ css__set_##pname##_from_hint, \
+ css__initial_##pname, \
+ css__compose_##pname
struct prop_table prop_dispatch[CSS_N_PROPERTIES] = {
{