- Set caret blink rate for global server information too.

svn path=/trunk/; revision=47911
This commit is contained in:
James Tabor 2010-06-29 22:13:13 +00:00
parent e8f968cbaa
commit 0a31855a87

View file

@ -73,6 +73,7 @@ IntSetCaretBlinkTime(UINT uMSeconds)
}
WinStaObject->CaretBlinkRate = uMSeconds;
gpsi->dtCaretBlink = uMSeconds;
return TRUE;
}