Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scroll_wheel_scroll.c79 INT min_shift; in _gx_scroll_wheel_scroll() local
91min_shift = (wheel -> gx_scroll_wheel_selected_row - wheel -> gx_scroll_wheel_total_rows + 1) * in _gx_scroll_wheel_scroll()
95 if ((y_shift < min_shift) || (y_shift > max_shift)) in _gx_scroll_wheel_scroll()
Dgx_generic_scroll_wheel_scroll.c91 INT min_shift; in _gx_generic_scroll_wheel_scroll() local
106min_shift = (wheel -> gx_scroll_wheel_selected_row - wheel -> gx_scroll_wheel_total_rows + 1) * wh… in _gx_generic_scroll_wheel_scroll()
109 if ((y_shift < min_shift) || (y_shift > max_shift)) in _gx_generic_scroll_wheel_scroll()