[PATCH 2/7] user32: Improve mouse wheel scrolling in listbox control.

Ken Thomases ken at codeweavers.com
Sun Feb 10 19:08:54 CST 2013


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 |   21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-user32-Improve-mouse-wheel-scrolling-in-listbox-cont.patch
Type: text/x-patch
Size: 2568 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130210/b858fbfc/attachment.bin>


More information about the wine-patches mailing list