mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[winlogon]
- Remove the big hack that made winlogon use only one desktop svn path=/trunk/; revision=58781
This commit is contained in:
parent
fcf26e1d17
commit
fd8944f799
1 changed files with 0 additions and 6 deletions
|
@ -1125,12 +1125,6 @@ CreateWindowStationAndDesktops(
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
/* FIXME: big HACK */
|
||||
CloseDesktop(Session->WinlogonDesktop);
|
||||
CloseDesktop(Session->ScreenSaverDesktop);
|
||||
Session->WinlogonDesktop = OpenDesktopW(L"Default", 0, FALSE, GENERIC_ALL);
|
||||
Session->ScreenSaverDesktop = OpenDesktopW(L"Default", 0, FALSE, GENERIC_ALL);
|
||||
|
||||
/*
|
||||
* Switch to winlogon desktop
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue