Author: fireball Date: Mon Jul 27 22:22:10 2009 New Revision: 42258
URL: http://svn.reactos.org/svn/reactos?rev=42258&view=rev Log: - Remove the CSR show desktop notification. This is a leftover from 42231.
Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/winstation.c
Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/winstation.c URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32... ============================================================================== --- branches/arwinss/reactos/subsystems/win32/win32k/wine/winstation.c [iso-8859-1] (original) +++ branches/arwinss/reactos/subsystems/win32/win32k/wine/winstation.c [iso-8859-1] Mon Jul 27 22:22:10 2009 @@ -553,8 +553,6 @@ if ((desktop = create_desktop( &name, req->attributes, req->flags, winstation ))) { reply->handle = alloc_handle( current, desktop, req->access, req->attributes ); - if (get_error() != STATUS_OBJECT_NAME_EXISTS) - CsrNotifyCreateDesktop((HDESK)reply->handle); release_object( desktop ); } release_object( winstation );