mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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:
|
default:
|
||||||
TRACE("DWP calling IDWP Msg %d\n",Msg);
|
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 */
|
return TRUE; /* We are done. Do not do any callbacks to user mode */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user