Module: wine Branch: master Commit: 6a5ddbeedc7801dee984a5e18aba2fcde363e42c URL: https://source.winehq.org/git/wine.git/?a=commit;h=6a5ddbeedc7801dee984a5e18...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Mar 17 15:29:30 2022 +0000
win32u: Move NtUserDestroyWindow implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/clipboard.c | 23 ---- dlls/user32/combo.c | 2 +- dlls/user32/dde_misc.c | 6 +- dlls/user32/dde_server.c | 2 +- dlls/user32/defwnd.c | 2 +- dlls/user32/dialog.c | 4 +- dlls/user32/driver.c | 7 +- dlls/user32/mdi.c | 2 +- dlls/user32/menu.c | 8 +- dlls/user32/message.c | 2 - dlls/user32/msgbox.c | 70 +++++----- dlls/user32/painting.c | 12 -- dlls/user32/user32.spec | 2 +- dlls/user32/user_main.c | 10 ++ dlls/user32/win.c | 248 +--------------------------------- dlls/user32/win.h | 1 - dlls/win32u/clipboard.c | 25 ++++ dlls/win32u/driver.c | 1 + dlls/win32u/gdiobj.c | 1 + dlls/win32u/message.c | 2 + dlls/win32u/ntuser_private.h | 4 + dlls/win32u/sysparams.c | 18 ++- dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 6 + dlls/win32u/window.c | 315 +++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/wrappers.c | 6 + include/ntuser.h | 4 +- 27 files changed, 440 insertions(+), 345 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6a5ddbeedc7801dee984a...