- Fix painting message regression.

svn path=/trunk/; revision=68908
This commit is contained in:
James Tabor 2015-09-01 23:58:23 +00:00
parent e4007ae73a
commit ff31610bfb

View file

@ -696,7 +696,7 @@ DesktopWindowProc(PWND Wnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *lRe
}
default:
TRACE("DWP calling IDWP Msg %d\n",Msg);
*lResult = IntDefWindowProc(Wnd, Msg, wParam, lParam, FALSE);
//*lResult = IntDefWindowProc(Wnd, Msg, wParam, lParam, FALSE);
}
return TRUE; /* We are done. Do not do any callbacks to user mode */
}