[PATCH 3/9] win32u: Mmove dummy surface implementation from user32.
March 14, 2022
5:45 a.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/painting.c | 4 +- dlls/user32/win.c | 68 ---------------------- dlls/user32/win.h | 1 - dlls/user32/winpos.c | 7 ++- dlls/win32u/dce.c | 110 +++++++++++++++++++++++++++++++++++ dlls/win32u/win32u_private.h | 9 ++- dlls/win32u/window.c | 43 +------------- include/ntuser.h | 1 + 8 files changed, 126 insertions(+), 117 deletions(-)
March 2022
9:50 a.m.
s/Mmove/Move/ in the commit msg. Signed-off-by: Huw Davies <huw(a)codeweavers.com>
1520
Age (days ago)
1520
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban