[webkit-reviews] review requested: [Bug 17589] Scroll wheel sensitivity ignored : [Attachment 22284] Corrected patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 15 12:04:49 PDT 2008


Maxime Britto <britto at apple.com> has asked  for review:
Bug 17589: Scroll wheel sensitivity ignored
https://bugs.webkit.org/show_bug.cgi?id=17589

Attachment 22284: Corrected patch
https://bugs.webkit.org/attachment.cgi?id=22284&action=edit

------- Additional Comments from Maxime Britto <britto at apple.com>
Applyed the corrections, added the static inline functions.
For the DRT I couldn't find anything to override this system settings call :
::SystemParametersInfo(SPI_GETWHEELSCROLLCHARS, 0, &scrollChars, 0)

It's Win32 generic system call which retrieves the user setting passed as
parameter in the other parameter. This kind of call have to be implemented in
the DRT since it's not possible right now in there.


More information about the webkit-reviews mailing list