Module: wine Branch: master Commit: c196d2462dc306fb427c3e61e570011480b30dab URL: https://gitlab.winehq.org/wine/wine/-/commit/c196d2462dc306fb427c3e61e570011...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Sun Oct 23 17:58:41 2022 +0800
user32: Hook drawing menu buttons.
---
dlls/user32/hook.c | 1 + dlls/user32/nonclient.c | 48 ++++++++++++++++++++++++++++++++++++++++++++ dlls/user32/user_main.c | 8 ++++++++ dlls/user32/user_private.h | 1 + dlls/uxtheme/Makefile.in | 3 ++- dlls/uxtheme/system.c | 1 + dlls/uxtheme/uxthemedll.h | 2 ++ dlls/uxtheme/window.c | 32 +++++++++++++++++++++++++++++ dlls/win32u/defwnd.c | 16 +++++++++++++++ dlls/win32u/menu.c | 25 +++++++++++++---------- dlls/win32u/win32u_private.h | 2 +- dlls/wow64win/user.c | 23 +++++++++++++++++++++ include/ntuser.h | 12 +++++++++++ include/winuser.h | 10 +++++++++ 14 files changed, 171 insertions(+), 13 deletions(-)