mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[Win32k]
- Fix painting message regression. svn path=/trunk/; revision=68908
This commit is contained in:
parent
e4007ae73a
commit
ff31610bfb
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue