mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[winlogon]
- Remove the big hack that made winlogon use only one desktop svn path=/trunk/; revision=58781
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user