[PATCH 5/7] win32u: Move NtUserGetUpdateRect implementation from user32.
15 Mar
2022
15 Mar
'22
1:28 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/painting.c | 218 ----------------------------------- dlls/user32/user32.spec | 2 +- dlls/win32u/dce.c | 32 +++++ dlls/win32u/gdiobj.c | 2 +- dlls/win32u/win32u.spec | 3 +- dlls/win32u/win32u_private.h | 4 +- dlls/win32u/window.c | 34 +++++- dlls/win32u/wrappers.c | 12 +- include/ntuser.h | 1 + 9 files changed, 74 insertions(+), 234 deletions(-)
1459
Age (days ago)
1459
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban