Module: wine Branch: master Commit: b0e51ead0d1c2ba305ba22c77a6a84671c096e40 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b0e51ead0d1c2ba305ba22c77...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Jul 20 21:04:24 2021 +0800
uxtheme: Move themed dialog to uxtheme.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51137 Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/Makefile.in | 2 - dlls/comctl32/comctl32.h | 4 - dlls/comctl32/commctrl.c | 7 +- dlls/comctl32/theming.c | 157 --------------------- dlls/user32/defdlg.c | 35 +++-- dlls/user32/hook.c | 1 + dlls/user32/user_private.h | 1 + dlls/uxtheme/Makefile.in | 1 + dlls/{comctl32/theme_dialog.c => uxtheme/dialog.c} | 25 ++-- dlls/uxtheme/system.c | 1 + dlls/uxtheme/uxthemedll.h | 1 + include/winuser.h | 1 + 12 files changed, 45 insertions(+), 191 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b0e51ead0d1c2ba305ba2...