Closed
Bug 296227
Opened 20 years ago
Closed 19 years ago
remove obsolete mouse wheel code in nsWindow.cpp
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla.20.scyt, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 MSH_WHEELMODULE_CLASS MSH_WHEELMODULE_TITLE MSH_SCROLL_LINES MSH_MOUSEWHEEL These four definitions are used in /widget/src/windows/nsWindow.cpp. They have only functionality in Windows 95 and Windows NT 3.51. In newer systems they do nothing. For reference see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/mouseinput/mouseinputreference/mouseinputmessages/wm_mousewheel.asp. The code that uses this definitions should be removed as the mentioned platforms aren't supported anymore. This bug was filed as suggested in Bug 204305. Reproducible: Always Steps to Reproduce:
Comment 1•19 years ago
|
||
These definitions are removed by bug 330276.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•