[YAROTOWS] Reintegrate the branch. For a brighter future.
[reactos.git] / reactos / subsystems / win32 / csrss / win32csr / desktopbg.c
index 1853ab6..14a6155 100644 (file)
@@ -68,6 +68,10 @@ DtbgWindowProc(HWND Wnd,
     case WM_CLOSE:
         return 0;
 
+    case WM_DISPLAYCHANGE:
+        MoveWindow(Wnd, 0, 0, LOWORD(lParam), HIWORD(lParam), TRUE);
+        break;
+
     case WM_NOTIFY:
     {
         PPRIVATE_NOTIFY_DESKTOP nmh = (PPRIVATE_NOTIFY_DESKTOP)lParam;