Module: wine Branch: master Commit: b9d8a842f0ba1e4c3c59b9e9ede667bea1761e6e URL: https://source.winehq.org/git/wine.git/?a=commit;h=b9d8a842f0ba1e4c3c59b9e9e...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Jun 12 16:52:40 2022 +0200
win32u: Move menu tracking implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com
---
dlls/user32/controls.h | 3 - dlls/user32/defwnd.c | 3 +- dlls/user32/input.c | 10 - dlls/user32/menu.c | 3216 +++--------------------------------------- dlls/user32/nonclient.c | 59 - dlls/user32/user32.spec | 8 +- dlls/user32/user_main.c | 16 +- dlls/user32/user_private.h | 1 - dlls/win32u/defwnd.c | 30 +- dlls/win32u/gdiobj.c | 3 + dlls/win32u/menu.c | 1816 +++++++++++++++++++++++- dlls/win32u/ntuser_private.h | 4 +- dlls/win32u/syscall.c | 1 + dlls/win32u/sysparams.c | 2 +- dlls/win32u/win32u.spec | 8 +- dlls/win32u/win32u_private.h | 11 + dlls/win32u/window.c | 6 +- dlls/win32u/wrappers.c | 19 + dlls/wow64win/syscall.h | 1 + dlls/wow64win/user.c | 5 + include/ntuser.h | 5 +- 21 files changed, 2081 insertions(+), 3146 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b9d8a842f0ba1e4c3c59b...