mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 15:54:20 +08:00
[Win32k]
- Fix painting message regression. svn path=/trunk/; revision=68908
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user