Home
last modified time | relevance | path

Searched refs:CONF_SIZE_PX (Results 1 – 4 of 4) sorted by relevance

/dports/x11/foot/foot/
H A Dmain.c207 enum conf_size_type conf_size_type = CONF_SIZE_PX; in main()
298 conf_size_type = CONF_SIZE_PX; in main()
H A Dconfig.h18 enum conf_size_type {CONF_SIZE_PX, CONF_SIZE_CELLS}; enumerator
H A Dconfig.c880 conf->size.type = CONF_SIZE_PX; in parse_section_main()
2713 .type = CONF_SIZE_PX, in config_load()
H A Drender.c3512 case CONF_SIZE_PX: in maybe_resize()