mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[0.4.10][WINLOGON] Start the screensaver on the user desktop CORE-16548
since support for secure screensaver desktop is not
completely implemented in Winlogon.
This fixes a regression introduced between
0.4.10-dev-579-gc697f19 and 0.4.10-dev-582-g3270979
fix cherry picked from commit 0.4.14-dev-581-g
40db385716
This commit is contained in:
parent
21ba8be79f
commit
f188ff4af8
1 changed files with 3 additions and 1 deletions
|
@ -329,7 +329,9 @@ StartScreenSaver(
|
|||
StartupInfo.cb = sizeof(STARTUPINFOW);
|
||||
StartupInfo.dwFlags = STARTF_SCREENSAVER;
|
||||
|
||||
/* FIXME: run the screen saver on the screen saver desktop */
|
||||
/* FIXME: Run the screen saver on the secure screen saver desktop if required */
|
||||
StartupInfo.lpDesktop = L"WinSta0\\Default";
|
||||
|
||||
ret = CreateProcessW(szApplicationName,
|
||||
szCommandLine,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue