user32: Increased area for scrolling via mouse drag outside scrollbar.
commit2f1c7b1610498e54cbd9a4dd3fdf4408e98ac7c4
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 3 Jul 2008 15:03:12 +0000 (3 11:03 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 4 Jul 2008 18:25:48 +0000 (4 20:25 +0200)
treeb8e485b2e6c8138f6b915c7046b34a1beb774a7e
parentfcaa59918189dd5f6ee872823479f80ab542561d
user32: Increased area for scrolling via mouse drag outside scrollbar.

When dragging the scrollbar thumb with the mouse, the mouse is able to
move away from the scrollbar and keep scrolling so long as it isn't too
far away from the scrollbar.  This makes it easier to quickly scroll
with the mouse.

All that this patch changes is the distance that the mouse can be moved
away from the scrollbar before it is consider outside of the scrollbar
and returns to its original position.  The distances are proportional to
the size of the scrollbar.
dlls/user32/scroll.c