Home
last modified time | relevance | path

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

/openbsd/src/sbin/wsconsctl/
Dmousecfg.c38 #define BASESIZE ((WSMOUSECFG__FILTERS - WSMOUSECFG_DX_SCALE) \ macro
158 parameters.nparams = BASESIZE; in mousecfg_init()
164 parameters.params = cfg_buffer + BASESIZE; in mousecfg_init()
165 parameters.nparams = WSMOUSECFG_MAX - BASESIZE; in mousecfg_init()
184 if (!cfg_touchpad && n >= BASESIZE) in index_of()