From fd8944f79987c82b7e71bcbc5fbabf43ab9c7d17 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Thu, 18 Apr 2013 18:03:52 +0000 Subject: [PATCH] [winlogon] - Remove the big hack that made winlogon use only one desktop svn path=/trunk/; revision=58781 --- reactos/base/system/winlogon/wlx.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reactos/base/system/winlogon/wlx.c b/reactos/base/system/winlogon/wlx.c index f2bcfd4e964..6cb637a522a 100644 --- a/reactos/base/system/winlogon/wlx.c +++ b/reactos/base/system/winlogon/wlx.c @@ -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 */