[ros-diffs] [fireball] 42258: - Remove the CSR show desktop notification. This is a leftover from 42231.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Jul 27 22:22:10 CEST 2009


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/win32k/wine/winstation.c?rev=42258&r1=42257&r2=42258&view=diff
==============================================================================
--- 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 );




More information about the Ros-diffs mailing list