better don't mess with the focus border height

svn path=/trunk/; revision=32759
This commit is contained in:
Timo Kreuzer 2008-03-23 17:24:54 +00:00
parent 734d2039df
commit 114e07cda7

View file

@ -269,7 +269,7 @@ void
Test_NtUserSystemParametersInfo_fWinIni(PTESTINFO pti)
{
ACCESSTIMEOUT ato;
UINT uFocusBorderHeight;
// UINT uFocusBorderHeight;
WCHAR Buffer[6];
DWORD cbSize;
@ -279,8 +279,8 @@ Test_NtUserSystemParametersInfo_fWinIni(PTESTINFO pti)
NtUserSystemParametersInfo(SPI_SETACCESSTIMEOUT, 0, &ato, 0);
ato.iTimeOutMSec--;
NtUserSystemParametersInfo(SPI_GETFOCUSBORDERHEIGHT, 0, &uFocusBorderHeight, 0);
NtUserSystemParametersInfo(SPI_SETFOCUSBORDERHEIGHT, 0, &uFocusBorderHeight, SPIF_UPDATEINIFILE);
// NtUserSystemParametersInfo(SPI_GETFOCUSBORDERHEIGHT, 0, &uFocusBorderHeight, 0);
// NtUserSystemParametersInfo(SPI_SETFOCUSBORDERHEIGHT, 0, &uFocusBorderHeight, SPIF_UPDATEINIFILE);
NtUserSystemParametersInfo(SPI_SETACCESSTIMEOUT, 0, &ato, 0);