[SHELL32]
[reactos.git] / reactos / dll / win32 / shell32 / desktop.c
index 131e3cc..cd21bcb 100644 (file)
@@ -586,8 +586,7 @@ ProgmanWindowProc(IN HWND hwnd,
         switch (uMsg)
         {
             case WM_ERASEBKGND:
-                PaintDesktop((HDC)wParam);
-                break;
+                return (LRESULT)PaintDesktop((HDC)wParam);
 
             case WM_GETISHELLBROWSER:
                 Ret = (LRESULT)IShellBrowser_from_impl(This);