comctl32: Improve mouse wheel scrolling in listview control.
authorKen Thomases <ken@codeweavers.com>
Mon, 11 Feb 2013 01:09:03 +0000 (19:09 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Feb 2013 10:46:10 +0000 (11:46 +0100)
commit858acfbb0ddbe0ba08d965932b556c1cd7c4b8c0
tree5b1847588f495ca33eb5c8a2c052a4dc0af2f970
parent930e84dfd22e100410cdf3d082262c3812970a89
comctl32: Improve mouse wheel scrolling in listview control.

Allow fractions of WHEEL_DELTA to scroll fractions of SPI_GETWHEELSCROLLLINES,
although still only whole lines.  Keep the remainder and apply it to next
event if in same direction.
dlls/comctl32/listview.c