[winlogon]

- Remove the big hack that made winlogon use only one desktop

svn path=/trunk/; revision=58781
This commit is contained in:
Giannis Adamopoulos 2013-04-18 18:03:52 +00:00
parent fcf26e1d17
commit fd8944f799

View file

@ -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
*/