libcss
Loading...
Searching...
No Matches
Macros | Variables
dispatch.c File Reference
#include "select/dispatch.h"
#include "select/properties/properties.h"

Macros

#define PROPERTY_FUNCS(pname)
 

Variables

struct prop_table prop_dispatch [CSS_N_PROPERTIES]
 

Macro Definition Documentation

◆ PROPERTY_FUNCS

#define PROPERTY_FUNCS (   pname)
Value:
css__cascade_##pname, \
css__set_##pname##_from_hint, \
css__initial_##pname, \
css__copy_##pname, \
css__compose_##pname

Dispatch table for properties, indexed by opcode

Variable Documentation

◆ prop_dispatch

struct prop_table prop_dispatch[CSS_N_PROPERTIES]