mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[NtUser]
- Add default setting to Foreground Flash Count. Should fix flash. svn path=/trunk/; revision=66135
This commit is contained in:
parent
6af9d3e24c
commit
e007c66f9b
1 changed files with 1 additions and 0 deletions
|
@ -295,6 +295,7 @@ SpiUpdatePerUserSystemParameters()
|
|||
gspv.bMenuDropAlign = 1;
|
||||
gspv.bDropShadow = 1;
|
||||
gspv.dwMenuShowDelay = 100;
|
||||
gspv.dwForegroundFlashCount = 3;
|
||||
|
||||
gspv.iScrSaverTimeout = SpiLoadTimeOut();
|
||||
gspv.bScrSaverActive = FALSE;
|
||||
|
|
Loading…
Reference in a new issue