Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dconfigparser.c430 mouse_wheel_step = strtoumax(argv[1], &endptr, 10); in cfg_set()
431 if (mouse_wheel_step > 100 || *endptr != '\0') { in cfg_set()
432 mouse_wheel_step = 1; in cfg_set()
Dmixer_widget.h35 extern unsigned int mouse_wheel_step;
Dmixer_widget.c58 unsigned int mouse_wheel_step = 1; variable
510 ), mouse_wheel_step); in on_mouse_key()