[YAROTOWS] Reintegrate the branch. For a brighter future.
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / desktop.c
index 5933311..894245d 100644 (file)
@@ -616,8 +616,6 @@ UserRedrawDesktop()
 {
     PWND Window = NULL;
 
 {
     PWND Window = NULL;
 
-    UserEnterExclusive();
-
     Window = UserGetDesktopWindow();
 
     IntInvalidateWindows( Window,
     Window = UserGetDesktopWindow();
 
     IntInvalidateWindows( Window,
@@ -626,7 +624,6 @@ UserRedrawDesktop()
                        RDW_ERASE |
                   RDW_INVALIDATE |
                  RDW_ALLCHILDREN);
                        RDW_ERASE |
                   RDW_INVALIDATE |
                  RDW_ALLCHILDREN);
-    UserLeave();
 }
 
 
 }