• Francois Gouget's avatar
    Update the registry keys of SPI_ICONHORIZONTALSPACING, · 6fed1e37
    Francois Gouget authored
    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.
    6fed1e37
Name
Last commit
Last update
..
class.c Loading commit data...
clipboard.c Loading commit data...
cursoricon.c Loading commit data...
dce.c Loading commit data...
defdlg.c Loading commit data...
defwnd.c Loading commit data...
dialog.c Loading commit data...
driver.c Loading commit data...
input.c Loading commit data...
keyboard.c Loading commit data...
mdi.c Loading commit data...
message.c Loading commit data...
msgbox.c Loading commit data...
multimon.c Loading commit data...
nonclient.c Loading commit data...
painting.c Loading commit data...
queue.c Loading commit data...
rect.c Loading commit data...
scroll.c Loading commit data...
spy.c Loading commit data...
struct32.c Loading commit data...
struct32.h Loading commit data...
syscolor.c Loading commit data...
sysmetrics.c Loading commit data...
sysparams.c Loading commit data...
timer.c Loading commit data...
user.c Loading commit data...
win.c Loading commit data...
winhelp.c Loading commit data...
winpos.c Loading commit data...
winproc.c Loading commit data...