Module: wine Branch: master Commit: 0a83027e20ecddc3cb87d1ee6d9eca88f92b1897 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0a83027e20ecddc3cb87d1ee6...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue Jul 20 21:04:33 2021 +0800
uxtheme: Support drawing themed standard scroll bars.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39821 Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/controls.h | 22 --- dlls/user32/hook.c | 1 + dlls/user32/scroll.c | 47 ++++- dlls/user32/user_private.h | 3 + dlls/uxtheme/scrollbar.c | 460 ++++++--------------------------------------- dlls/uxtheme/system.c | 1 + dlls/uxtheme/uxthemedll.h | 4 + include/winuser.h | 26 +++ 8 files changed, 132 insertions(+), 432 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0a83027e20ecddc3cb87d...