Module: wine Branch: master Commit: d9063802f2d74f4474f548d3f68d213b0caa6d9d URL: https://source.winehq.org/git/wine.git/?a=commit;h=d9063802f2d74f4474f548d3f...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Jul 20 21:04:14 2021 +0800
uxtheme: Move themed scroll bar to uxtheme.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/Makefile.in | 1 - dlls/comctl32/theming.c | 5 ---- dlls/user32/hook.c | 28 ++++++++++++++++++++++ dlls/user32/scroll.c | 13 ++++++---- dlls/user32/user32.spec | 4 ++-- dlls/user32/user_private.h | 3 +++ dlls/uxtheme/Makefile.in | 1 + .../theme_scrollbar.c => uxtheme/scrollbar.c} | 21 ++++++++-------- dlls/uxtheme/system.c | 18 ++++++++++++++ dlls/uxtheme/uxtheme.spec | 4 ++-- dlls/uxtheme/uxthemedll.h | 8 +++++++ include/winuser.h | 9 +++++++ 12 files changed, 89 insertions(+), 26 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d9063802f2d74f4474f54...