user32: Improve mouse wheel scrolling in listbox control.
authorKen Thomases <ken@codeweavers.com>
Mon, 11 Feb 2013 01:08:54 +0000 (19:08 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Feb 2013 10:46:09 +0000 (11:46 +0100)
commitf42cfc04eb05fa266cfae0c64452686a68c24151
tree1ac229bf0015dbb19ed0d2ec1e507d1f87f92791
parent1642d312fd8ae98df7f24a59307a72a639a269c8
user32: Improve mouse wheel scrolling in listbox 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/user32/listbox.c