wine/ windows/sysparams.c dlls/user/tests/sysp ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 13 14:40:22 CST 2003


ChangeSet ID:	7019
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/01/13 14:40:22

Modified files:
	windows        : sysparams.c 
	dlls/user/tests: sysparams.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Update the registry keys of SPI_ICONHORIZONTALSPACING,
	SPI_ICONVERTICALSPACING and SPI_SETICONTITLEWRAP to match XP.
	The SPI_SETBORDER test leaves an incorect border setting and is just
	too erratic: comment it out for now.
	Modified the SPI_ICONHORIZONTALSPACING, SPI_ICONVERTICALSPACING and
	SPI_SETWORKAREA to not cause the icons to be reorganized.
	Don't test out-of-bound values for SPI_SETKEYBOARDSPEED as behavior
	differs accross Windows platforms.
	On Win9x the maximum value for SPI_SETSCREENSAVETIMEOUT is 32767.
	The registry keys and values stored in them for
	SPI_ICONHORIZONTALSPACING and SPI_ICONVERTICALSPACING depend on the
	Windows platform: ignore them.
	No Windows platform seems to SPI_SETFASTTASKSWITCH: no longer test it.
	The lParam of WM_SETTINGCHANGE is quite useless (even the MSDN says
	so!) and varies accross Windows platforms. Ignore it.
	Always check the SystemParametersInfoA return code as it fails in very
	strange ways on some platforms. Skip unsupported settings.
	Skip Unicode tests on platforms that don't support it.

Patch: http://cvs.winehq.com/patch.py?id=7019

Old revision  New revision  Changes     Path
 1.46          1.47          +3 -3       wine/windows/sysparams.c
 1.10          1.11          +472 -461   wine/dlls/user/tests/sysparams.c




More information about the wine-cvs mailing list