mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
better don't mess with the focus border height
svn path=/trunk/; revision=32759
This commit is contained in:
parent
734d2039df
commit
114e07cda7
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue