[ros-bugs] [Bug 2443] ReactOS doesn' t remember which mouse button is primary after reboot
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Wed May 14 21:06:51 CEST 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=2443
grschneider <grschneider at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grschneider at gmail.com
--- Comment #1 from grschneider <grschneider at gmail.com> 2008-05-14 21:06:51 CET ---
Tested with r33473, still exists.
The mouse button switching is done in dll\cpl\main\mouse.c by calling
SystemParametersInfo with SPI_SETMOUSEBUTTONSWAP.
That leads to \subsystems\win32\win32k\ntuser\sysparams.c:254 and onwards to
line 452: /* FIXME save the value to the registry */.
According to Winetests and WinXP SP3 it should be saved to
\HKEY_USERS\userid\Control Panel\Mouse\SwapMouseButtons (this key is created
while installing ROS by hivedef.inf).
On User login this regvalue should be read and initialized by
base\system\userinit\userinit.c i guess.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Ros-bugs
mailing list